Location:
f32file.h
Link against:
TNotifyType
Support
Supported from 5.0
Description
Change notification flag. This enumeration indicates what kind of
change should result in notification.
Such notification is useful for programs that maintain displays of
file lists, which must be dynamically updated.
See also:
ENotifyEntry |
Addition or deletion of a directory entry, or changing or
formatting a disk results in notification. |
ENotifyAll |
Any change, including mounting and unmounting drives, results in
notification |
ENotifyFile |
Change resulting from file requests: RFile::Create() ,
RFile::Replace() , RFile::Rename() , and
RFs::Delete() , RFs::Replace() , and
RFs::Rename() . |
ENotifyDir |
Change resulting from directory requests: RFs::MkDir() ,
RFs::RmDir() , and RFs::Rename() . |
ENotifyAttributes |
Change resulting from RFs::SetEntry() and
RFile::Set() , RFile::SetAtt() ,
RFile::SetModified() and RFile::SetSize()
requests. |
ENotifyWrite |
Change resulting from the RFile::Write()
request. |
ENotifyDisk |
Change resulting from the RRawDisk::Write()
request. |
|