UNC path to a folder on my local computer

后端 未结 3 602
终归单人心
终归单人心 2020-12-13 06:03

What\'s the UNC path to a folder on my local computer, and how can I access it? I have tried:

  1. Security for the folder -- set to Everyone Full Control (for now!
3条回答
  •  执笔经年
    2020-12-13 06:46

    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.

提交回复
热议问题