Re: Using SHFileOperation

2005-07-21 Thread avishay
Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Using SHFileOperation

2005-07-20 Thread Roger Upole
SHFILEOPSTRUCT is just a tuple, with the elements listed in docs. from win32com.shell import shell, shellcon shell.SHFileOperation((0, shellcon.FO_DELETE, 'somefilename', None, shellcon.FOF_ALLOWUNDO|shellcon.FOF_NOCONFIRMATION)) hth Roger avishay [EMAIL PROTECTED] wrote in message