Neal Andrews
2008-03-25 15:30:24 UTC
Anyone know if the VB6 IDE is meant to work in Vista 64x?
When I run VB6 on Vista 64x and use the Dir method to look for a file on a
mapped drive it always returns false even though the file does exist. If I
use the explicit server path name to the file i.e.
\\Server\data\somefile.txt then it works. I also get the same invalid
results from the scripting FileSystem object and also when using the
GetFileAttributes Api call.
Note, I'm running vb6 using "Run As Administrator", also none of the
compatibility settings appear to make the slightest difference.
Neal
When I run VB6 on Vista 64x and use the Dir method to look for a file on a
mapped drive it always returns false even though the file does exist. If I
use the explicit server path name to the file i.e.
\\Server\data\somefile.txt then it works. I also get the same invalid
results from the scripting FileSystem object and also when using the
GetFileAttributes Api call.
Note, I'm running vb6 using "Run As Administrator", also none of the
compatibility settings appear to make the slightest difference.
Neal