Is there any straight-forward way (by use of cmdlets or .NET classes) to obtain only the relative path of a file in a sub-folder from a given path?
eg current folder is C:\MyScript
and there is a sub-folder called Data
with a file Test.txt
, so I would like to see Data\Test.txt
instead of C:\MyScript\Data\Test.txt