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

Categories

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

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

Please log in or register to answer this question.

Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

86.3k users

...