[pywin32-bugs] [ pywin32-Feature Requests-3472494 ] New FILE_ATTRIBUTE Request
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2012-01-11 17:59:57
|
Feature Requests item #3472494, was opened at 2012-01-11 09:59 Message generated for change (Tracker Item Submitted) made by ybotspawn You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3472494&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: win32 Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matt Wood (ybotspawn) Assigned to: Nobody/Anonymous (nobody) Summary: New FILE_ATTRIBUTE Request Initial Comment: After working with the win32con library, I have found it is missing the file attribute for offline files. In order to meet my own projects deadline I have found the correct attribute integer and updated my local site package with FILE_ATTRIBUTE_OFFLINE = 5632. I tested this attribute against archive, offline and hidden files with success. Please let me know if you have any questions, thanks. Matt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3472494&group_id=78018 |