QuickIODirectoryInfo("""C:\some_folder""").Parent.FullNameUnc
and
QuickIODirectoryInfo("""C:\some_folder""").Parent.FullName
returned the following directory
"\\?\C:\Users\my_user_folder\AppData\Local\Temp"
and
"C:\Users\my_user_folder\AppData\Local\Temp"
interestingly
QuickIODirectoryInfo("""C:\some_folder""").ParentFullName
returned the correct directory
"C:"
QuickIODirectoryInfo("""C:\some_folder""").Parent.FullNameUnc
andQuickIODirectoryInfo("""C:\some_folder""").Parent.FullName
returned the following directory"\\?\C:\Users\my_user_folder\AppData\Local\Temp"
and"C:\Users\my_user_folder\AppData\Local\Temp"
interestingly
QuickIODirectoryInfo("""C:\some_folder""").ParentFullName
returned the correct directory"C:"