REDFileSystemTools.h

Macro Definitions

RED_FILE_EXISTS

RED_FILE_READ_OK

RED_FILE_WRITE_OK

Namespaces

RED

Types

FileSystemTools

Detailed Description

All functions needed to encapsulate operating systems differences in the way to access information on the file system: Load files, check access rights, write files, list a directory content, etc…

These functions properly operate on all supported platforms in unicode, and translate operating system return codes into

RED codes.

Macro Definition

RED_FILE_EXISTS

Flag to use to check if a file or directory exists on the targeted system.

RED_FILE_READ_OK

Flag to use to access a file or directory for reading only. If this right is provided, and the access is successful, the file obviously exists. Thus, there’s no need to combine both rights.

RED_FILE_WRITE_OK

Flag to use to access a file or directory for writing. If this right is provided, the file or directory can also be read.