ControlFlow

enum ControlFlow

The return type for Path.Finder

  • Stop enumerating this directory, return to the parent.

    Declaration

    Swift

    case skip
  • Stop enumerating all together.

    Declaration

    Swift

    case abort
  • Keep going.

    Declaration

    Swift

    case `continue`