Put URL
Posted: Sat Mar 08, 2008 11:26 pm
I have questions about using put URL to write to txt file locally
will it create a folder if I extend the file path, the same way it creates the file if it doesn't exist?
What is the proper way to put in the file path, I've seen several ways when searching for info. I was thinking of using:
(yes this is for a windows only app)
will it create a folder if I extend the file path, the same way it creates the file if it doesn't exist?
What is the proper way to put in the file path, I've seen several ways when searching for info. I was thinking of using:
Code: Select all
put fld "Pref" into url "/Documents and Settings/All Users/Application Data"