How do I define the pathname to a file in WIndows 10
Kenneth Brody
kenbrody at spamcop.net
Mon Dec 7 11:34:37 PST 2015
On 12/7/2015 12:08 PM, Fairlight via Filepro-list wrote:
> Try:
>
> \\your_server_name\path\to\file
>
> Everything was moving towards UNCs, so maybe they finally did away with
> drive letters? I don't know for a fact, as I refuse to hop on the Windows
> 10 bandwagon until the product is far more mature, with far better driver
> support, and hopefully less spyware-like reporting home.
You can have my drive letters, when you pry them from my cold dead fingers!
:-)
(I can't see Microsoft ever eliminating drive letters. Too many things
depend on the concept of "current drive".)
BTW, you can preface a full path with "\\?\" to turn it into a UNC. For
example, to list "c:\appl\fp" on the current system:
dir \\?\c:\appl\fp
--
Kenneth Brody
More information about the Filepro-list
mailing list