SchwabenCode / QuickIO

Faster with Files
MIT License
59 stars 16 forks source link

Getting parent directory of a folder in C:\ returned my temp directory #15

Closed wtyneb closed 8 years ago

wtyneb commented 8 years ago

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:"

BenjaminAbt commented 8 years ago

Which version do you exactly use?

BenjaminAbt commented 8 years ago

Bug is verified and will be fixed with new QuickIO Engine.