Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Open file (wildcard)
#1
Hi again,

What I am trying to do now is open a file with QM (there will always only be one file in the particular folder where I am opening the file from), but I don't always want to have to type the filename.

I tried to use a wildcard, but it comes up with the error that it cannot find the file. Here is the code I tried:

Code:
Copy      Help
run "K:\*.*"

Thanks again.
#2
Code:
Copy      Help
ChDir "K:"
run dir("*.*")
#3
Thanks again Gintaras, your support is really first class.

It seems like this program has no limits!

Congratulations on an excellent program Gintaras. :mrgreen:

Thanks.


Forum Jump:


Users browsing this thread: 1 Guest(s)