Jango Posted December 12, 2006 Posted December 12, 2006 Hi, I use filewrite to write a file but i would like to overwrite the whole file because i open the file into a buffer then i change some strings into the buffer then i would like to write the whole buffer to the file but not in append mode. So is there a way to overwrite with filewrite or another function ?
Josbe Posted December 12, 2006 Posted December 12, 2006 FileOpen( "filename", 2 )orRecreating the file...what about FileDelete? AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
MHz Posted December 12, 2006 Posted December 12, 2006 FileWrite sounds good, but are you using fStringReplace 1st? Storing information in a variable is easy?
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