D
Douglas Kentner
All,
I have been having problems with how the system.io.directory functions work.
for example if i have a folder called c:\tools\ that contains no subfolders
and I run the following code to check if a subfolder exists, the result is
true even though the folder doesn't exist.
if system.io.directory.exists("c:\tools\Folder") then
something.....
end if
from the various behaviors that i've observed, it appears that there is a
problem drilling down below one folder into subfolders.
if anyone has encountered this behavior and found a workaround or if there
is a fix available from Microsoft it would be much appreciated. Thanks!
-Doug
I have been having problems with how the system.io.directory functions work.
for example if i have a folder called c:\tools\ that contains no subfolders
and I run the following code to check if a subfolder exists, the result is
true even though the folder doesn't exist.
if system.io.directory.exists("c:\tools\Folder") then
something.....
end if
from the various behaviors that i've observed, it appears that there is a
problem drilling down below one folder into subfolders.
if anyone has encountered this behavior and found a workaround or if there
is a fix available from Microsoft it would be much appreciated. Thanks!
-Doug