theguy0000 Posted August 30, 2005 Share Posted August 30, 2005 would writing to a .au3 file work the same as writing to a text file? or would i have to do something like this? _FileCreate ( file.txt ) FileOpen ( file.txt ) FileWrite ( "text" ) FileClose ( file.txt ) FileMove ( file.txt, file.au3 ); rename the file from file.txt to file.au3, converting it to a .au3 file The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
hgeras Posted August 30, 2005 Share Posted August 30, 2005 (edited) My estimation is that it would work the same...au3 files are txt files with different extension.... So use the classic FileWrite() and FileWriteLine()... BTW: "The .au3 file included is the source, and can be opened with any text editor. " You said that on your own,in your sig.... C ya Edited August 30, 2005 by hgeras Useful information about COM/Objects referenceMy Scripts:PapDefragNvidia Temperature Logger V3.0 with graph analyzerAutoiIt Update Checker And Downloader V1.0ArrayPush UDF Link to comment Share on other sites More sharing options...
theguy0000 Posted August 30, 2005 Author Share Posted August 30, 2005 thanks! The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
theguy0000 Posted August 30, 2005 Author Share Posted August 30, 2005 BTW:"The .au3 file included is the source, and can be opened with any text editor." You said that on your own,in your sig....C ya<{POST_SNAPBACK}>haha yeah well thanks! The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN Link to comment Share on other sites More sharing options...
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