[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 23:43:28
|
Feature Requests item #3472494, was opened at 2012-01-11 09:59 Message generated for change (Comment added) made by mhammond 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: Closed >Resolution: Fixed 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 ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2012-01-11 15:43 Message: win32con in the next release will include this constant - but note the value is 4096 (0x1000) - 5632 is FILE_ATTRIBUTE_OFFLINE | FILE_ATTRIBUTE_REPARSE_POINT | FILE_ATTRIBUTE_SPARSE_FILE ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3472494&group_id=78018 |