What's the UNC path to a folder on my local computer, and how can I access it?
I have tried:
I can see the folder in \\<computername>
, but can't go in (<foldername>
is not accessible.)
Error message:
You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. The network location cannot be reached. For information about network troubleshooting, see Windows Help.
My computer is not connected to a network.
In Windows, if you have mapped network drives and you don't know the UNC path for them, you can start a command prompt (Start → Run → cmd.exe) and use the net use command to list your mapped drives and their UNC paths: C:\>net use New connections will be remembered.
A UNC path uses double slashes or backslashes to precede the name of the computer. The path (disk and directories) within the computer are separated with a single slash or backslash, as in the following examples. Note that in the DOS/Windows example, drive letters (c:, d:, etc.) are not used in UNC names.
A UNC (Universal Naming Convention) path is the path to a folder or file on a network. A UNC path contains the server name in the path, and tells Sage where to find your data. An example of a UNC path is: \\server01\sage\accounts.
If you're going to access your local computer (or any computer) using UNC, you'll need to setup a share. If you haven't already setup a share, you could use the default administrative shares. Example:
\\localhost\c$\my_dir
... accesses a folder called "my_dir" via UNC on your C: drive. By default all the hard drives on your machine are shared with hidden shares like c$, d$, etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With