FileSystem
Definitions for FileSystem Namespace
Functions
| Namespace | Declaration | Description |
|---|---|---|
| FileSystem | bool FlagsValid(const OpenFileFlags_t uiOpenFlags) | Returns whether the given open flags are valid. |
| FileSystem | OpenFileFlags_t FilterFlags(OpenFileFlags_t uiOpenFlags) | Filters the given flags, removing unnecessary flags. |
| FileSystem | bool FormatOpenFlags(OpenFileFlags_t uiOpenFlags, string& out szOutFlags) | Formats the open flags into a string that represents the flags. |