We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A brief description If // is used in a soft link, it is considered a directory
//
Expected results
touch file ln -s .//file file_lnk
Link should still work as a soft link even with // in the path
Actual results (with terminal output if applicable) cat: file_lnk: Is a directory
cat: file_lnk: Is a directory
Your Windows build number 14393.479
Steps / All commands required to reproduce the error from a brand new installation
touch file ln -s .//file file_lnk ll file_lnk # Everything looks fine cat file_lnk # Broken
The text was updated successfully, but these errors were encountered:
This is a duplicate of #1147 which is fixed in 14936.
Sorry, something went wrong.
No branches or pull requests
A brief description
If
//
is used in a soft link, it is considered a directoryExpected results
Link should still work as a soft link even with
//
in the pathActual results (with terminal output if applicable)
cat: file_lnk: Is a directory
Your Windows build number
14393.479
Steps / All commands required to reproduce the error from a brand new installation
The text was updated successfully, but these errors were encountered: