Changes between Version 5 and Version 6 of WindowsFileSystemObserver
- Timestamp:
- 06/20/08 16:44:32 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsFileSystemObserver
v5 v6 3 3 The WindowsFileSystemObserver project is an open-source project providing file system observations (currently only for Windows OS). 4 4 It observes the following file/folder operations: create, delete, move, and rename files/folders. 5 6 '''Note:''' "Opening" a file (e.g. a PDF file) is NOT a file operation. Followingly, the file system observer can NOT observe this user action. 5 7 6 8 This project uses [http://www.teamdev.com/jniwrapper/ JNIWrapper], a commercial product.