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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to