linksplatform / Data.Triplets.Kernel

LinksPlatform's Platform.Data.Triplets.Kernel native library.
https://nuget.org/packages/Platform.Data.Triplets.Kernel
The Unlicense
1 stars 4 forks source link

Remove GetFileSize and replace with GetFileSizeEx. #14

Closed ghost closed 3 years ago

ghost commented 3 years ago

Because, GetFileSize can return INVALID_FILE_SIZE even if the function succeeds. This will force you to do a few more checks. Therefore, it is recommended to use GetFileSizeEx.