WalkAction#

Fully qualified name: carb::filesystem::WalkAction

Defined in carb/filesystem/IFileSystem.h

enum class carb::filesystem::WalkAction : signed char#

Defines the behavior requested by the callback function.

Values:

enumerator eStop#

Stops all iteration and causes forEachDirectoryItem[Recursive] to return immediately.

enumerator eSkip#

Skips the rest of the current directory and any remaining subdirectories of the current directory.

enumerator eContinue#

Continues iteration.