demando Posted January 22, 2006 Posted January 22, 2006 Hallo together i don't find the command, to create a file. I find only the Command to create a directory(DirCreate). Does anybody know the command, to create a file?
Developers Jos Posted January 22, 2006 Developers Posted January 22, 2006 Hallo togetheri don't find the command, to create a file. I find only the Command to create a directory(DirCreate).Does anybody know the command, to create a file?FileWrite() and FileWriteLine() will both create the file when it doesn't exist ..... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
demando Posted January 22, 2006 Author Posted January 22, 2006 Thank's a lot for the very quickly answer. I tried it with the command FileWrite("c:\test\demo.txt","only a test") and i works fine.
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