I can't find a reference to the "M" attribute shown in the image. File properties details
Asked
Active
Viewed 1,653 times
1 Answers
4
This appears to be FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS (0x400000). It is settable only by the OS (in this case by the OneDrive filter driver).
It slightly modifies the meaning of the 'O' (Offline) attribute, by indicating that the offline file will be automatically made available as soon as its data is accessed, without having to explicitly request this via FSCTL_RECALL_FILE.
(Windows has had the concept of "offline" files since ~2000, so the 'O' attribute used to mean that the file was moved to something like an automated tape-storage library, and had to be manually recalled before use.)
- Microsoft: File Attribute Constants
grawity
- 501,077
