Jump to content

Recommended Posts

Posted

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
Posted

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?

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.
  :)

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...