Tracker: Feature Requests

5 New FILE_ATTRIBUTE Request - ID: 3472494
Last Update: Comment added ( mhammond )

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


Matt Wood ( ybotspawn ) - 2012-01-11 09:59:56 PST

5

Closed

Fixed

Nobody/Anonymous

win32

None

Public


Comment ( 1 )

Date: 2012-01-11 15:43:27 PST
Sender: mhammondProject AdminAccepting Donations

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


Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2012-01-11 15:43:27 PST mhammond
resolution_id None 2012-01-11 15:43:27 PST mhammond
close_date - 2012-01-11 15:43:27 PST mhammond