File Types¶
Category: file
GitHub: cute_file_system.h
The various kinds of files that can be opened.
Values¶
Enum | Description |
---|---|
FILE_TYPE_REGULAR | A reguler file, such as a .txt or .pdf file. |
FILE_TYPE_DIRECTORY | A directory/folder. |
FILE_TYPE_SYMLINK | A symlink. Symlinks are not supported. |
FILE_TYPE_OTHER | An unknown file type. |