D
Dachshund Digital
If Explorer can display a file path longer than 260 odd characters,
why is it that System.IO.File.Open Method can not? Calling GetFiles
from my.computer.fileystem can return paths longer but File.Open can
not open them?
For example the following path causes File.Open to freak.
Could not find a part of the path 'E:\_Old Development\Volume I
\_Visual Studio Projects (Old)\_Very Old Development\_Development
Example(s)\How to improve backup, restore and duplication performance
when using a Windows 2000 or NT 4_0 media'.
Even calling GetShortPathName on a given path, then calling File.Open
to open stream, it freaks out?
why is it that System.IO.File.Open Method can not? Calling GetFiles
from my.computer.fileystem can return paths longer but File.Open can
not open them?
For example the following path causes File.Open to freak.
Could not find a part of the path 'E:\_Old Development\Volume I
\_Visual Studio Projects (Old)\_Very Old Development\_Development
Example(s)\How to improve backup, restore and duplication performance
when using a Windows 2000 or NT 4_0 media'.
Even calling GetShortPathName on a given path, then calling File.Open
to open stream, it freaks out?