Large File Sizes on 32 bit Windows

Large File Sizes on 32 bit Windows 1.0

Large File Sizes on 32 bit Windows 1.0 Download Summary

  • Language: Python
  • Platform: Windows
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 298
  • Released: Jun 7, 2007

Large File Sizes on 32 bit Windows 1.0 Description

You can't use the os library to determine the size of large files on 32 bit Windows. This script uses the FindFiles win32call which provides among other things file size information.

Large File Sizes on 32 bit Windows 1.0 Keywords

Large File Sizes on 32 bit Windows Bookmark

Hyperlink code:
Hyperlink for Forum code:

Large File Sizes on 32 bit Windows 1.0 Script Download Notice

Top 4 Download periodically updates information of Large File Sizes on 32 bit Windows 1.0 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Large File Sizes on 32 bit Windows 1.0 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Changing file attributes on windows

... whiles allows you to make changes to a file in windows. You can set a file to be read only, archive, hidden, etc. This script is ...
Python

Converting windows 64 bit time

In Win32 often you'll find time stored in 100-nanosecond intervals since January 1, 1600 UTC. It is stored in a 64-bit value which uses 2 32 bit parts to store the time. The following script is a function that returns the time in the typical format the python time libraries use (seconds ...
Python

Big file sorting

Big file sorting script allows you to sort big ASCII files. ...
Python

split and join

This script will split a file into several smaller files while at the same time hiding the original formatting of the file. The program has a primitive GUI design, allowing a small amount of ...
Python

PyCrash

... during the execution of Python programs and collects information about the program context. PyCrash can be very useful in report bug information, because the programmer can easily analyse the program ... of the crashed application. PyCrash provides you following informations: - Information about operating system, Python and Python Standard Library version and general information about the program that is crashed (e.g., program ...
Python