Difference between revisions of "Unit GlobalConst"
From Ultibo.org
Line 378: | Line 378: | ||
</div></div> | </div></div> | ||
<br /> | <br /> | ||
+ | |||
+ | <div class="toccolours mw-collapsible mw-collapsed" style="border: 1; font-family: arial; padding-top: 20px; padding-bottom: 15px;"> | ||
+ | <div style="font-size: 14px; padding-left: 12px;">'''File attribute constants''' <code> FILE_ATTRIBUTE_* </code></div> | ||
+ | <div class="mw-collapsible-content" style="text-align: left; padding-left: 5px;"> | ||
+ | {| class="wikitable" style="font-size: 14px; background: white;" | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_READONLY = $00000001;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_HIDDEN = $00000002;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_SYSTEM = $00000004;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_DIRECTORY = $00000010;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_ARCHIVE = $00000020;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_DEVICE = $00000040;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_NORMAL = $00000080;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_TEMPORARY = $00000100;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_SPARSE_FILE = $00000200;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_REPARSE_POINT = $00000400;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_COMPRESSED = $00000800;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_OFFLINE = $00001000;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_NOT_CONTENT_INDEXED = $00002000;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | | <code>FILE_ATTRIBUTE_ENCRYPTED = $00004000;</code> | ||
+ | | style="width: 50%;| | ||
+ | |- | ||
+ | |} | ||
+ | </div></div> | ||
+ | <br /> | ||
''To be documented'' | ''To be documented'' |
Revision as of 07:01, 24 September 2016
Return to Unit Reference
Contents
[hide]Description
To be documented
Constants
[Expand]
Universal error constants
ERROR_*
[Expand]
Universal value constants
INVALID_*
[Expand]
File position constants
FILE_*
[Expand]
File open/create constants
CREATE_*
[Expand]
File creation flag constants
FILE_FLAG_*
[Expand]
File attribute constants
FILE_ATTRIBUTE_*
To be documented
Type definitions
None defined
Public variables
None defined
Function declarations
None defined
Return to Unit Reference