Click to See Complete Forum and Search --> : Copying a file onto a MMC/SD Card


ProgrammingAce
05-21-2003, 03:57 AM
I want to copy a certain file on my iPAQ to a MMC/SD Card though my program. Is there a function that will do this for me? Or will I have to open the source file, create the destination file on the Card, read line by line from the source file, and write the data line by line on the destination file?

Also, is there a function that I can use to check the size of the source file and the MMC/SD Card? It would be nice to know if the data file is too large to fit on the card before the file copy starts.

I am only using Win32 API functions in eVC 3.0. No MFC or ATL. Thanks.