Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check if certain file/folder/Ftp file/program exist
#5
Appreciated.

Another 'exists' question:

How about checking the existence of a registered program (e.g., one that is run from the macro without a path).

In this case, audio editor Sound Forge v8 is run from the macro like so:

str editor = "forge80.exe"
run editor
If the audio software is upgraded to SF v9, the exe will be "forge90.exe" and the macro won't work. Again, I want to check that if the user config is set to forge80, I can test that it exists before getting into the process.

Thanks.

s


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)