-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Fix): Add command special case of "Not needing the move step" no lon…
…ger requires user to add a Trailing slash to indicate if source is a directory or file Previously when making a link to a file or directory that had already been moved by the user, required the path to have a trailing slash to indicate if the soure is a directory or file to link to corresponding file or directory. Which is longer needed, since the MoveAndLink() function is not called for moving directories. Also update Error messages to use aliased paths for source and destination
- Loading branch information
Showing
1 changed file
with
13 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters