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 fileIs there a way to close it or is there another way to get file's size and date?


Is there a way to close it or is there another way to get file's size and date?
Reply With Quote