G
Guest
Is there any better method of determining if a file exists then using the Scripting.FileSystemObject
If I do thi
Dim fs As New System.IO.StreamReader(FileName
and the file does not exist thena n exception is thrown, how can you determine if the file exists before attemptng to open it
If I do thi
Dim fs As New System.IO.StreamReader(FileName
and the file does not exist thena n exception is thrown, how can you determine if the file exists before attemptng to open it