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

[feature] Implement the symlink function on Windows #18005

Closed
Prince213 opened this issue Jul 30, 2020 · 1 comment
Closed

[feature] Implement the symlink function on Windows #18005

Prince213 opened this issue Jul 30, 2020 · 1 comment
Assignees

Comments

@Prince213
Copy link
Contributor

Prince213 commented Jul 30, 2020

I was trying to set GNU Stow on Windows 10 when I saw this: The symlink function is unimplemented.
The Windows API equivalent of symlink() is CreateSymbolicLinkA and CreateSymbolicLinkW.

@tonycoz
Copy link
Contributor

tonycoz commented Dec 1, 2020

This is fixed by #18306 which was merged manually

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

Successfully merging a pull request may close this issue.

2 participants