Contents

CFURLEnumeratorGetSourceDidChange(_:)

This function is unimplemented, so it performs no operation.

Declaration

func CFURLEnumeratorGetSourceDidChange(_ enumerator: CFURLEnumerator!) -> Bool

Parameters

  • enumerator:

    The enumerator.

Return Value

Returns false.

Discussion

Use the File System Events API to detect changes to the file system. See File System Events Programming Guide for more information.

See Also

Functions