Hi all,

does anyone know why it doesn't work ?

>>> import win32api
>>> win32api.GetDiskFreeSpace('\\ferbau1/C$')
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
api_error: (123, 'GetDiskSpaceFree', 'The syntax of filename or
directoryname is not appropriate.')
>>>
Also i tried with '//ferbau1/c$',  '\\\\ferbau1/c$'.
But it havn't helped me.

Is it waiting for unicode ?

Best regards,
-----------------------
Juhász János
IT department

VELUX Magyarország
Fertődi Építőkomponens Kft.
E-Mail: [EMAIL PROTECTED]


_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to