BBjDirectoryChangeEvent

Description

In BBj 17.00 and higher, this event is reported when any changes are made in a directory that is being watched using BBjFileSystem::watchDirectory.

Methods of BBjDirectoryChangeEvent

Return Value

Method

String

getDirectory()

String

getFilename()

String

getAction()

int

getChange()

Methods of BBjDirectoryChangeEvent inherited from BBjEvent

Return Value Method
string getEventName()
string getEventString()

Constants

Event

Code

MODIFY

0

CREATE

1

DELETE

-1

See Also

BBjFileSystem

BBjFileSystem::watchDirectory

BBjFileSystem::unwatchDirectory

BBjFileSystem::unwatchAllDirectories