-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LocalFileSystemPipe doesn't move/copy files to the root of a drive #1029
Labels
Comments
To move or copy files from/to anywhere on the local filesystem, the root attribute must be specified, e.g. like "c:/". All file and folder references are relative to this root. When no root is specfied, it is equal to the 'current' directory. |
gvanbrakel
added a commit
that referenced
this issue
Sep 7, 2020
nielsm5
pushed a commit
that referenced
this issue
Sep 7, 2020
Reopened, because the case where LocalFileSystem.root is empty was not tested. |
gvanbrakel
added a commit
that referenced
this issue
Sep 8, 2020
gvanbrakel
added a commit
that referenced
this issue
Sep 8, 2020
nielsm5
pushed a commit
that referenced
this issue
Sep 8, 2020
nielsm5
pushed a commit
that referenced
this issue
Sep 8, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When the action is set to move, ladybug reports that the operation was successful while in reality nothing happened. When the action is set to copy, ladybug reports an error saying "FileNotFoundException" for the destination and "Access is denied" for the file.
Category
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either both move and copy give the same error like "access is denied" or both report success and actually do the operation.
Environment:
The text was updated successfully, but these errors were encountered: