in reply to Path parsing from full to relative

Other monks have provided useful answers, but one quick comment:
needs to become:
\WorkingDirectory\myFile.txt \WorkingDirectory\Logs\myLogs.txt \WorkingDirectory\Stuff\myStuff.txt
Are you sure that you really want to keep the leading backslash? A relative path should probably not include a leading backslash.

Update: Fixed a small typo: s/are/have/

Replies are listed 'Best First'.
Re^2: Path parsing from full to relative
by Kaplah (Initiate) on Jun 22, 2018 at 15:41 UTC
    You're correct. I probably could drop the backslash.