hi, what is the command to check if file exist ? thanks.
R Rick Brandt Apr 18, 2007 #2 Lior said: hi, what is the command to check if file exist ? thanks. Click to expand... Dir("path to file") It will return the name of the file if it exists and "" if it does not.
Lior said: hi, what is the command to check if file exist ? thanks. Click to expand... Dir("path to file") It will return the name of the file if it exists and "" if it does not.
S Storrboy Apr 18, 2007 #3 Lior Montia said: hi, what is the command to check if file exist ? thanks. Click to expand... Dir() will see if a file of folder exists, but only if you have access to it (permissions, connectivity). I'm not sure you can see if something exists without those permissions.
Lior Montia said: hi, what is the command to check if file exist ? thanks. Click to expand... Dir() will see if a file of folder exists, but only if you have access to it (permissions, connectivity). I'm not sure you can see if something exists without those permissions.