windows - Watch for newly created files from command line -
i wondering if there way e.g. program or code, can monitor new files created within folder or not?
yes possible works different on different operating systems.
for example https://github.com/guard/guard implements mainstream systems can check source code.
for windows notifications see http://msdn.microsoft.com/en-us/library/aa365261(vs.85).aspx.
for mac os x notifications see http://developer.apple.com/library/mac/#documentation/darwin/conceptual/fsevents_progguide/introduction/introduction.html
for linux see http://www.kernel.org/pub/linux/kernel/people/rml/inotify/readme.
Comments
Post a Comment