Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to get "file size ON DISK" ? but not logical size, as DIR comand says, but full size -with taken claster size? Are there such API ? thanks.
HANDLE hFile = CreateFile(...); DWORD dwSize = GetFileSize(hFile, NULL); . . . CloseHandle(hFile);