K Kwong Nov 26, 2003 #1 Hi, How am I going to test whether a file is exist in a folder before I can try to open it?
H Herfried K. Wagner [MVP] Nov 26, 2003 #3 * "Kwong said: How am I going to test whether a file is exist in a folder before I can try to open it? Click to expand... Have a look at the classes in the namespace 'System.IO': 'File.Exists', 'Directory.Exists'.
* "Kwong said: How am I going to test whether a file is exist in a folder before I can try to open it? Click to expand... Have a look at the classes in the namespace 'System.IO': 'File.Exists', 'Directory.Exists'.