Location:
f32file.h
Link against: n/a
TNotifyType
Support
Supported from 5.0
Description
Change notification flags.
These indicate what kind of change should result in
notification.
This 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. |
ENotifyAll |
Any change, including mounting and unmounting drives. |
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. |
|