Posts: 116
Threads: 19
Joined: Nov 2006
is there a way to check to see if file exists using QM?

8)
Posts: 62
Threads: 19
Joined: Jan 2007
str filepath = "c:\test.txt"
str bin
str fixed
if(bin.getfile(filepath))
fixed.from(filepath " found!")
mes fixed "Found!"
err+
fixed.from(filepath " not found!")
mes fixed "Not found!"