Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
file exists?
#1
is there a way to check to see if file exists using QM?
Smile 8)
#2
Code:
Copy      Help
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!"


Forum Jump:


Users browsing this thread: 1 Guest(s)