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()

Constants

Event

Code

MODIFY

0

CREATE

1

DELETE

-1

See Also

BBjFileSystem

BBjFileSystem::watchDirectory

BBjFileSystem::unwatchDirectory

BBjFileSystem::unwatchAllDirectories