DirectoryItemType#
Fully qualified name: carb::filesystem::DirectoryItemType
Defined in carb/filesystem/IFileSystem.h
-
enum class carb::filesystem::DirectoryItemType#
Defines the type of directory item.
Values:
-
enumerator eFile#
Item type is a file, or other type such as socket or block device; type is not a directory.
-
enumerator eDirectory#
Item type is a directory.
-
enumerator eFile#