Getting the network path of a local path
Posted: 28 Mar 2017 16:56
Is there a way to get the network path like \\COMPUTERNAME\$J\FolderMain\SubFolder\file.txt from your local files?
What I am looking for is adding a right click option to copy the local file/folder and have it generate the network path that can be accessed from another machine on the same network.
From this:
To this:
What I am looking for is adding a right click option to copy the local file/folder and have it generate the network path that can be accessed from another machine on the same network.
From this:
Code: Select all
file1: J:\FolderMain\SubFolder\file.txt
file2: Desktop\FolderMain\file.txtCode: Select all
file1: \\COMPUTERNAME\J$\FolderMain\SubFolder\file.txt
file2: \\COMPUTERNAME\C$\Users\username\Desktop\FolderMain\file.txt