If there such a function called GetFileName() (or something to that effect)?
Printable View
If there such a function called GetFileName() (or something to that effect)?
I don't think there is a GetFileName() function.
They do update this though...keep checking this site:
http://www.vbapi.com/ref/funca.html
[Edited by Matthew Gates on 07-07-2000 at 01:32 PM]
what are you using it for?
app.title
use a filebox to scan a directory for existing files or use dir to see if a file exists
if dir("c:\test.txt")<>"" then