[python-win32] GetDiskFreeSpaceEx
Vittorio Zuccala'
vittorio.zuccala at gmail.com
Tue Jul 13 15:50:15 CEST 2010
Hi all,
i'm new in this mail-list and in python's programming.
Sorry for my bad english :-)
I'm searching information about getting free disk space on win32 systems...
I found example about win32 programming in python in Tim's site at this link
http://timgolden.me.uk/python/win32_how_do_i/lock_my_workstation.html and
information about Free Disk Space at this link:
http://msdn.microsoft.com/en-us/library/aa364937%28VS.85%29.aspx
So... I tried to make 1+1 with this code but it doesn't work :-(
import ctypes
ctypes.windll.kernel32.GetDiskFreeSpaceEx()
May you help me to understand?
PS: i wrote code into linux. I'm just new in win32 system programming.
Many thanks,
Vittorio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20100713/bd365540/attachment.html>
More information about the python-win32
mailing list