unknown12 Posted March 22, 2005 Posted March 22, 2005 Is there anyway to disable the "count" feature in the fileread command? reason is, i don't know what length the files are (Writing A NotePad App) thanks
Lazycat Posted March 22, 2005 Posted March 22, 2005 Why you "don't know what length the files are"? You know it: FileRead("file", FileGetSize("file")) Some time ago someone say idea to make this param optional and when it absent read entire file. This good idea IMO, but for now it not realized, so use code above. Koda homepage ([s]Outdated Koda homepage[/s]) (Bug Tracker)My Autoit script page ([s]Outdated mirror[/s])
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