-
Notifications
You must be signed in to change notification settings - Fork 6
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
windows: Error traversing the windows installed in the virtual machine #37
Comments
and fastwalk trims last |
@jgbooks Thank you for reporting this. I'll take a look at it tonight / tomorrow. |
charlievieth
added a commit
that referenced
this issue
Oct 25, 2024
On Windows don't attempt to clean the path argument to Walk since the existing clean logic (cleanRootPath) transforms paths like "C:\" => "C:" which are not equivalent. This logic only existed to make the joining of paths simpler and should probably be removed since we shouldn't be modifying user provided paths. TODO: Investigate if anything relies on the current clean logic and remove it if nothing does. Fixes: #37
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing the Windows system in a virtual machine environment and traversing the C:\ shows error results.
The program runs on the user's desktop and it only traverses the files on the user's desktop.
Here is my code:
The text was updated successfully, but these errors were encountered: