How to calc easier the "long" filesize from nFileSizeLow and nFileSizeHigh

Roger Upole rupole at hotmail.com
Mon May 29 23:55:22 EDT 2006


Shift nFileSizeHigh by 32 and add FileSizeLow.

     Roger

"DurumDara" <durumdara at gmail.com> wrote in message news:mailman.6311.1148917245.27775.python-list at python.org...
> Hi !
>
> I get the file datas with FindFilesW.
> I want to calc the filesize from nFileSizeLow and nFileSizeHigh with easiest as possible, without again calling os.getsize().
> How to I do it ? I need good result !
>
> Thanx for help:
>  dd 




----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---



More information about the Python-list mailing list