J_Y_C Posted August 8, 2006 Posted August 8, 2006 In the listing for FileOpen, in regards to using the raw mode of opening a file, it says:When using the mode=4 (Raw Read) the filename is defined as "\\.\A:" for reading sector on a floppy disk the count must be a multiple of sector size(512).So, I guess that only applies to floppies. Can someone please tell me, in a nutshell, what it means to be in "Raw Read" mode as it applies to AutoIt?
evilertoaster Posted August 8, 2006 Posted August 8, 2006 It means it doesn't treat it like a text file, it treats it like a binary file (meaning it uses binary I/O operations on it).
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