Contents

CFURLEnumeratorSkipDescendents(_:)

Tells a recursive enumerator not to descend into the directory at the URL that was returned by the most recent call to the Cfurlenumeratorgetnexturl(_:_:_:) function.

Declaration

func CFURLEnumeratorSkipDescendents(_ enumerator: CFURLEnumerator!)

Parameters

  • enumerator:

    The enumerator.

Discussion

A call to this function is ignored in the following cases:

See Also

Functions