Skip to content
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

Read a strange project name such as ‘$RE573H1’ #142

Open
Patrickill opened this issue Nov 14, 2023 · 0 comments
Open

Read a strange project name such as ‘$RE573H1’ #142

Patrickill opened this issue Nov 14, 2023 · 0 comments

Comments

@Patrickill
Copy link

Problem.
When I first used the plugin, I set the target directory to “E:\” but when I used the plugin, I encountered a strange name such as $RE573H1, other files can be read normally.

Solution
After some thinking, I found that the file I opened was actually a record left by a file I deleted in the current directory before. The full path is as follows: “E:$RECYCLE.BIN\S-1-5-21-2894259247-497662345-164758831-1001$RE573H1”. This is because in Windows, after deleting a file, a trace that can be read will be left in the deleted path. Solution: One, completely delete the file (too cumbersome, not recommended) Two, ignore the “$RECYCLE.BIN” directory path,just like this

   "gitProjectManager.ignoredFolders": [
       "$RECYCLE.BIN"
   ],

because the deleted files are all placed in this folder.

Additional context
It's my first time to push a issue.I'm not sure if you can see this.Well,my English expression ability is poor.I hope you can understand what I am talking about.Best wishes! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant