- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for FILE_ACTION_ADDED (0.05 sec)
-
src/main/java/jcifs/FileNotifyInformation.java
*/ int FILE_NOTIFY_CHANGE_STREAM_WRITE = 0x00000800; // actions returned /** * File has been added */ int FILE_ACTION_ADDED = 0x00000001; /** * File has been removed */ int FILE_ACTION_REMOVED = 0x00000002; /** * File has been modified */ int FILE_ACTION_MODIFIED = 0x00000003;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.2K bytes - Viewed (0)