What\'s the UNC path to a folder on my local computer, and how can I access it? I have tried:
On Windows, you can also use the Win32 File Namespace prefixed with \\?\ to refer to your local directories:
\\?\
\\?\C:\my_dir
See this answer for description.