nico666 Posted November 5, 2006 Posted November 5, 2006 Hello everybody, I'm searching for a command for in first time create Test.txt in c:\Test folder\ , and then using FileWrite for write in this Test.txt (I want that the script create the Test Folder) How can I do that? Thx for answer
NELyon Posted November 5, 2006 Posted November 5, 2006 There is a flag for FileWrite that will also create the folder Or just use DirCreate
theguy0000 Posted November 5, 2006 Posted November 5, 2006 (edited) #include <File.au3> _FileCreate ("C:\Test folder\Test.txt") Edited November 5, 2006 by theguy0000 The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
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