DexterMorgan Posted April 23, 2008 Posted April 23, 2008 Well exactly like the Title says "Can autoit create a folder??" Soo can it?? For an example I use file write to write a file in my documents/new folder but new folder does not exist. Can it automaticlt create it? code
DarkMatter Posted April 23, 2008 Posted April 23, 2008 (edited) Look at DirCreate in the AutoIT Help File.If Not FileExists(DIRNAME) Then DirCreate(DIRNAME) Edited April 23, 2008 by DarkMatter [sub]Quantum mechanics: The dreams stuff is made of[/sub]
DexterMorgan Posted April 23, 2008 Author Posted April 23, 2008 Look at DirCreate in the AutoIT Help File. If Not FileExists(DIRNAME) Then DirCreate(DIRNAME) Thank You! code
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