Python Reference Guide
FBEventFileChange Class Reference

File change event class. More...

Inheritance diagram for FBEventFileChange:

Public Member Functions

 FBEventFileChange (HKEventBase pEvent)
 Constructor. More...
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor. More...
 

Public Attributes

str Path
 Read Only Property: The path of changed file.
More...
 
FBFileMonitoringType Type
 Read Only Property: Type of file change event.
More...
 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.
More...
 

Detailed Description

File change event class.


This event occurs every time a monitored file changed:

Constructor & Destructor Documentation

◆ FBEventFileChange()

FBEventFileChange ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ Path

str Path

Read Only Property: The path of changed file.

◆ Type

Read Only Property: Type of file change event.