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
Nobody/Anonymous
win32
None
Public
|
Date: 2012-01-11 15:43:27 PST win32con in the next release will include this constant - but note the |