Platforms to show: All Mac Windows Linux Cross-Platform

Back to WindowsDirectoryWatcherMBS class.

WindowsDirectoryWatcherMBS.kNotifyChangeAttributes = 4

Type Topic Plugin Version
const Folder Change Watching MBS Win Plugin 12.0
One of the flag constants.

Any attribute change in the watched directory or subtree causes a change notification wait operation to return.

WindowsDirectoryWatcherMBS.kNotifyChangeCreation = 64

Type Topic Plugin Version
const Folder Change Watching MBS Win Plugin 12.0
One of the flag constants.

Any change to the creation time of files in the watched directory or subtree causes a change notification wait operation to return.

WindowsDirectoryWatcherMBS.kNotifyChangeDirName = 2

Type Topic Plugin Version
const Folder Change Watching MBS Win Plugin 12.0
One of the flag constants.

Any directory-name change in the watched directory or subtree causes a change notification wait operation to return. Changes include creating or deleting a directory.

WindowsDirectoryWatcherMBS.kNotifyChangeFilename = 1

Type Topic Plugin Version
const Folder Change Watching MBS Win Plugin 12.0
One of the flag constants.

Any file name change in the watched directory or subtree causes a change notification wait operation to return. Changes include renaming, creating, or deleting a file.

WindowsDirectoryWatcherMBS.kNotifyChangeLastAccess = 32

Type Topic Plugin Version
const Folder Change Watching MBS Win Plugin 12.0
One of the flag constants.

Any change to the last access time of files in the watched directory or subtree causes a change notification wait operation to return.

Be careful: This flag is very performance consuming as you get a lot of events!

WindowsDirectoryWatcherMBS.kNotifyChangeLastWrite = 16

Type Topic Plugin Version
const Folder Change Watching MBS Win Plugin 12.0
One of the flag constants.

Any change to the last write-time of files in the watched directory or subtree causes a change notification wait operation to return. The operating system detects a change to the last write-time only when the file is written to the disk. For operating systems that use extensive caching, detection occurs only when the cache is sufficiently flushed.

WindowsDirectoryWatcherMBS.kNotifyChangeSecurity = 256

Type Topic Plugin Version
const Folder Change Watching MBS Win Plugin 12.0
One of the flag constants.

Any security-descriptor change in the watched directory or subtree causes a change notification wait operation to return.

WindowsDirectoryWatcherMBS.kNotifyChangeSize = 8

Type Topic Plugin Version
const Folder Change Watching MBS Win Plugin 12.0
One of the flag constants.

Any file-size change in the watched directory or subtree causes a change notification wait operation to return. The operating system detects a change in file size only when the file is written to the disk. For operating systems that use extensive caching, detection occurs only when the cache is sufficiently flushed.

The items on this page are in the following plugins: MBS Win Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...