Which code is used to creat a link to a file in the same folder
Answers
Answered by
0
If you're using linux distro,you can use this command in terminal to symlink a folder --> ln -s "/home/username/your folder name" "new folder name"
(don't include quotation marks)
Hope that helps!
Similar questions