[RESOLVED] Win32 API - File Reading, Writing, etc.
Is there a good tutorial or website that shows how to use the API functions for reading/writing files?
I'm trying to make a class wrapper for these functions to hopefully replace the standard VB file/read write methods, because the API is generally faster and there's also the 2 GB limit.
Most of the examples I've seen on the internet (allapi.net) are mainly for file attributes, and not actually reading/writing files.
Re: Win32 API - File Reading, Writing, etc.
Eh, nevermind.
I found a class from pscode.com, but it's not that good. Hopefully it's good enough to learn from though.
Once I'm finished I'll post it in the codebank.