[pywin32-bugs] [ pywin32-Patches-769455 ] return list of files for GetClipboardData(CF_HDROP)
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2003-07-11 03:51:11
|
Patches item #769455, was opened at 2003-07-10 22:51 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=769455&group_id=78018 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Roger Upole (rupole) Assigned to: Nobody/Anonymous (nobody) Summary: return list of files for GetClipboardData(CF_HDROP) Initial Comment: win32clipboard.GetClipboardData was returning a string representation of a c struct for CF_HDROP. which was pretty much useless. Instead it now returns a list of names of files that were copied to the clipboard. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551956&aid=769455&group_id=78018 |