Notepad++ : Folder in network
#1

Hi, I have a question : how can I get the folder in the tree structure of Notepad++ ?

Because, my folder is in a NAS connected to my home network and i don't see the network :
Reply
#2

Mount the network folder to a drive letter!

Open the Command Prompt as an administrator. Then type the following command:

mklink /D C:\LinkName \NetworkLocation\LocationName

This will create a "symbolic link" on Drive C called "LinkName", which will link to "LocationName" on "\NetworkLocation". Windows will of course know that this is a symbolic link, but will treat it as if it was a folder on the local drive. All applications will treat this symbolic link as a local resource.
Reply
#3

Quote:
Originally Posted by Sithis
Посмотреть сообщение
Mount the network folder to a drive letter!

Open the Command Prompt as an administrator. Then type the following command:

mklink /D C:\LinkName \NetworkLocation\LocationName

This will create a "symbolic link" on Drive C called "LinkName", which will link to "LocationName" on "\NetworkLocation". Windows will of course know that this is a symbolic link, but will treat it as if it was a folder on the local drive. All applications will treat this symbolic link as a local resource.
Thanks guy, it works !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)