Hi :) Using latest version from sourceforge ( pywin32-220.win32-py2.7.exe ) and trying to bend IFileOperation to my will - apparently if destination does not exist we must pass a context with a IFileSystemBindData object with the filename to stop windows from querying the file system for info on the non existing destination.
See: http://stackoverflow.com/questions/18576103/shparsedisplayname-when-path-doesnt-exists But I can't seem to find any IID_IFileSystemBindData in shellcon ? Am I looking in the wrong place ? The code I am using to interface with IFileOperation is based on : https://github.com/frmdstryr/pywinutils/blob/master/winutils.py Thanks !
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32