Computer Science Canada

Finding a File

Author:  JSBN [ Thu Jan 30, 2003 2:53 pm ]
Post subject:  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.
code:
if (file) exists then...
else...
end if


THX alot JSBN Very Happy

Author:  JSBN [ Thu Jan 30, 2003 6:20 pm ]
Post subject:  Got it

Ok i found it... it's actuually pretty simple

the cmd =
code:
File.Exists (pathname)
[/code]


: