i want to get the file size of an NTFS encrypted file. GetFileSize gives non encrypted file size that windows show in file properties. Is there any solution to get the actual encrypted file size ??? SDK facilitate us only in case of compressed files as it can tell bout compressed and uncompressed file sizes us GetCompressedFileSize() ans GetFileSize() but there is no such information about encrypted files. Can anyone help me in this regard?
"Zeeshan" wrote in message news:3EC35ECA-F0F3-4F7F-8E98-395F377A5A70@microsoft.com... >i want to get the file size of an NTFS encrypted file. GetFileSize gives >non > encrypted file size that windows show in file properties. Is there any > solution to get the actual encrypted file size ??? SDK facilitate us only > in > case of compressed files as it can tell bout compressed and uncompressed > file > sizes us GetCompressedFileSize() ans GetFileSize() but there is no such > information about encrypted files. Can anyone help me in this regard? > Encryption shouldn't change the file size.