Odienk Posted June 17, 2013 Posted June 17, 2013 (edited) Hi guys Its a stupid question, but I'm just a noob that want to learn this magnificent tools, anyway I'm try to create folder in aplication by varible, I read the help file, and still doesnt create anything please correct my code $keyword = GUICtrlRead($Input1) DirCreate(@ScriptDir & $keyword) thanks guys Edited June 17, 2013 by Odienk
Solution FireFox Posted June 17, 2013 Solution Posted June 17, 2013 Hi,From the helpfile :@ScriptDir Directory containing the running script. (Result doesn't contain a trailing backslash)And it's the same for all dir macros.$keyword = GUICtrlRead($Input1) DirCreate(@ScriptDir & "\" & $keyword)Br, FireFox. Odienk 1
Odienk Posted June 17, 2013 Author Posted June 17, 2013 Hi, From the helpfile : And it's the same for all dir macros. $keyword = GUICtrlRead($Input1) DirCreate(@ScriptDir & "\" & $keyword) Br, FireFox. Thank you my friend , its solved
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now