login/register

Snip!t from collection of Alan Dix

see all channels for Alan Dix

Snip
summary

Apple’s File System Events API gives applications the ... changes to paths containing relevant files recursively w... directory tree, both during execution and between launch... System Events API tackles the problem of detecting chang... chunk of th

Apple Developer Connection: Monitoring File Changes with the File System Events API
http://developer.apple.com/mac/articles/cocoa/filesystemevents.html

Categories

/Channels/techie/MacOSX

[ go to category ]

For Snip

loading snip actions ...

For Page

loading url actions ...

Apple’s File System Events API gives applications the ability to detect changes to paths containing relevant files recursively within an entire directory tree, both during execution and between launches. The File System Events API tackles the problem of detecting changes within a large chunk of the file system. A prime example of a use of this capability is Time Machine, which periodically launches and backs up any files modified since it last checked. Alternatively, this API could be used for syncing two directory trees on different machines over a network, or giving the user near-instant feedback about changes to specific files, for example in applications where many people collaborate on the same set of files.

HTML

Apple’s File System Events API gives applications the ability to detect changes to paths containing relevant files recursively within an entire directory tree, both during execution and between launches. The File System Events API tackles the problem of detecting changes within a large chunk of the file system. A prime example of a use of this capability is Time Machine, which periodically launches and backs up any files modified since it last checked. Alternatively, this API could be used for syncing two directory trees on different machines over a network, or giving the user near-instant feedback about changes to specific files, for example in applications where many people collaborate on the same set of files.