Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
727 views
in Technique[技术] by (71.8m points)

How to convert absolute path to relative path in PowerShell?

I'd like to convert a path to a relative path in a PowerShell script. How do I do this using PowerShell?

For example:

Path to convert: c:documentsmynicefilesafile.txt
Reference path:  c:documents
Result:          mynicefilesafile.txt

And

Path to convert: c:documentsmyproject1afile.txt
Reference path:  c:documentsmyproject2
Result:          ..myproject1afile.txt
question from:https://stackoverflow.com/questions/12396025/how-to-convert-absolute-path-to-relative-path-in-powershell

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

Please log in or register to answer this question.

Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...