BBjFileSystem::unwatchDirectory
Description
In BBj 17.0 and higher, this method stops watching the specified directory for changes (create, modify, delete). This directory must have been previously watched using BBjFileSystem::watchDirectory.
Syntax
Return Value |
Method |
string |
unwatchDirectory(string directory) |
Parameters
Variable |
Description |
directory |
The directory to stop watching for changes. |
Return Value
Returns the full directory path.
Remarks
None.
Example
|
See Also
BBjFileSystem::unwatchAllDirectories
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.