Types/RoughDraft.Media/get_FileName.ps1
<# .SYNOPSIS Gets a media file name .DESCRIPTION Gets the name of a media file #> $this.InputPath | Split-Path -Leaf |
<# .SYNOPSIS Gets a media file name .DESCRIPTION Gets the name of a media file #> $this.InputPath | Split-Path -Leaf |