I'm just curious if using the Open statement for file I/O is the most efficient way, or are there some API calls that handle this better, anybody have a clue??
Printable View
I'm just curious if using the Open statement for file I/O is the most efficient way, or are there some API calls that handle this better, anybody have a clue??
I don't know if the api calls are more efficient, but here is some documentation about them
There are some ideas on I/O efficiency in a recent Thread. See
"What's the FASTEST way to ..."