T800
Joined: 15 Oct 2006 Posts: 31 Location: Croatia
|
Posted: Mon Apr 21, 2008 5:57 pm Post subject: Fileinstall automatic path creation |
|
|
It would be useful if FileInstall function would automatically
create subfolder structure, if file is to be placed in subfolder of an existing folder.
Something like this (pseudocode):
FileInstall %a_tempDir%\<subdir>\myFile.txt
In current version of Autohotkey, if folder <subdir> does not exist, compiled script throws an error, so you have to check for it with FileExist or manually create it.
[/code] |
|