
-----------------------------------
JSBN
Thu Jan 30, 2003 2:53 pm

Finding a File
-----------------------------------
hey guys, i need to know what the syntax is to check for a file to see if it exists in the same folder as the program. 

eg.
if (file) exists then... 
else...
end if

THX alot JSBN :D

-----------------------------------
JSBN
Thu Jan 30, 2003 6:20 pm

Got it
-----------------------------------
Ok i found it... it's actuually pretty simple

the cmd = File.Exists (pathname)[/code]
