libnick 2024.9.2
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
fileaction.h
Go to the documentation of this file.
1
23#ifndef FILEACTION_H
24#define FILEACTION_H
25
27{
31 enum class FileAction
32 {
33 Added = 1,
34 Removed,
35 Modified,
36 Renamed
37 };
38}
39
40#endif //FILEACTION_H
Definition applicationuserdirectory.h:27
FileAction
Actions that cause a file system object to change.
Definition fileaction.h:32
@ Modified
A file was modified in the file system object.
@ Removed
A file was removed from the file system object.
@ Renamed
A file was renamed in the file system object.
@ Added
A file was added to the file system object.