Skip to content

File Types

Category: file
GitHub: cute_file_system.h


The various kinds of files that can be opened.

Values

Enum Description
CF_FILE_TYPE_REGULAR A regular file, such as a .txt or .pdf file.
CF_FILE_TYPE_DIRECTORY A directory/folder.
CF_FILE_TYPE_SYMLINK A symlink. Symlinks are not supported.
CF_FILE_TYPE_OTHER An unknown file type.

CF_File
CF_Stat
cf_file_type_to_string