VBGamer |
|
RE: File finding Carl Warwick (0 replies, 0 views) (2000-Aug-27) I think you can use:-
Dir (app.path & "\MyFile.txt")
or something along those lines, and that should return the file name if it exists, otherwise it returns a null string.
Search the help files for "Dir". |