Episode 6 – Split-Path




PowerShell Cmdlet of the Day Podcast show

Summary: Download the MP3 Podcast In this episode we look at how you can carve up strings that make up strings of text that make up paths with Split-Path: By default – returns parent path Split-Path c:\users\tome c:\user Leaf – returns the end of the path (file or directory name) Split-Path c:\users\tome -Leaf tome NoQualifier – removes […]