Split-Path – used another way

By |2010-04-18T23:23:53+01:00April 18th, 2010|Powershell|0 Comments

Split-Path is a very useful command which allows you to do string manipulation with file paths.  It chops up paths into Parent/Child directory names, file names and can also determine if the path in question is relative or absolute etc.  Check out http://technet.microsoft.com/en-us/library/dd315377.aspx for more details. However, there are times when output from another command is in a format [...]