AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Fileinstall automatic path creation

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
T800



Joined: 15 Oct 2006
Posts: 31
Location: Croatia

PostPosted: Mon Apr 21, 2008 5:57 pm    Post subject: Fileinstall automatic path creation Reply with quote

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]
Back to top
View user's profile Send private message
Tuncay



Joined: 07 Nov 2006
Posts: 379
Location: Berlin

PostPosted: Mon Apr 21, 2008 8:38 pm    Post subject: Reply with quote

I agree with that. The FileCreateDir command already creates automatically subfolders.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Wish List All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group