Wizard
Jun 21st, 2000, 03:43 PM
Hi!
To learn a file's size and last modified date I open it with FileOpen API and get its hFile then use GetFileInformationByHandle to get its size and date. It's ok, but I couldn't close the file :) Is there a way to close it or is there another way to get file's size and date?
To learn a file's size and last modified date I open it with FileOpen API and get its hFile then use GetFileInformationByHandle to get its size and date. It's ok, but I couldn't close the file :) Is there a way to close it or is there another way to get file's size and date?