SKIP_SUBTREE

If the entry that caused the error is a directory, skip the directory and its content, and continue with the next entry outside this directory in the traversal order. Otherwise, skip this entry and continue with the next entry in the traversal order.

Properties

Link copied to clipboard
actual val name: String

Returns the name of this enum constant, exactly as declared in its enum declaration.

Link copied to clipboard
actual val ordinal: Int

Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).