Contents

includeDirectoriesPostOrder

If provided along with the Descendrecursively option, the recursive enumerator returns a directory’s URL after returning the URLs of the directory’s descendents.

Declaration

static var includeDirectoriesPostOrder: CFURLEnumeratorOptions { get }

Discussion

A recursive post-order enumerator returns CFURLEnumeratorResult.directoryPostOrderSuccess when it returns a directory’s URL after returning the directory’s descendents.

See Also

Constants