What is this convention named?

  • Thread starter Thread starter Alan T
  • Start date Start date
A

Alan T

To refer a remote machine folder:
\\John\c:\temp\myDoc.doc

What is this convention called?
 
Thanks John.
As Noozer said I should have no ':', is that it should be
\\John\c\temp\myDoc.doc

I wonder.
 
Alan T said:
Thanks John.
As Noozer said I should have no ':', is that it should be
\\John\c\temp\myDoc.doc

I wonder.

\\PCName\ShareName

If you share your C:\My Documents\Music as "Moosic" then it's
"\\PCName\Moosic"

If you share your C: drive as "C" then it's "\\PCName\C" and \\PCName\C\My
Documents\Music
 
\\Server-Name\Share-Name\Directory-Name\Filename.ext

You don't put drive letters or colons in UNC paths, unless, as Noozer
said, the drive letter is actually used as a Share Name.

John
 
I don't understand your question. You can access the files using both
methods, you will still use UNC path when you map the drive:

NET USE x: \\ComputerName\ShareName\Directory\SubDir /PERSISTENT:YES|No

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top