You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user does not specify a full path for DestinationPath and that file doesn't already exist (i.e. the Resolve-Path call doesn't work 100% correctly) then assume the user wants the DestinationPath relative to the SourcePath.
Probably something like Join-Path SourcePath DestinationPath but need to handle situation if user has adding ..-type path as prefix.
The text was updated successfully, but these errors were encountered:
If a user does not specify a full path for DestinationPath and that file doesn't already exist (i.e. the Resolve-Path call doesn't work 100% correctly) then assume the user wants the DestinationPath relative to the SourcePath.
Probably something like Join-Path SourcePath DestinationPath but need to handle situation if user has adding ..-type path as prefix.
The text was updated successfully, but these errors were encountered: