-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Added support for symbolic file links #7006
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
Conversation
Remove unnecessary imports
I guess shortcut properties should be only readable since the symlink can't be modified at the actual state. Hopefully that will also fixes the issue.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Totally agree, explorer does the same. Just did not want to do UI things in this PR =)
Ouch, I'll look into this if I can |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Merged latest changes
@gave92 now it's not compiling because ItemNameRaw is not defined: BTW, I don't know why the pipeline failed since I didn't have any issue while compiling lol. |
Yeah, I still need to merge main (it's defined on main) |
Ok, should be good now. |
Resolved / Related Issues
Items resolved / related issues by this PR.
Details of Changes
Add details of changes here.
> mklink dest_file.txt source_file.txt
. Currently treated as Shortcut files.Validation
How did you test these changes?