Sorting methods
Sorting method can be one of the following values (OPENPLUGININFO_SORTMODES enum):
Method | Description |
---|---|
SM_DEFAULT | Default sort mode |
SM_UNSORTED | Unsorted |
SM_NAME | Sort by name |
SM_EXT | Sort by extension |
SM_MTIME | Sort by file modification time |
SM_CTIME | Sort by file creation time |
SM_ATIME | Sotr by last file access time |
SM_SIZE | Sort by size |
SM_DESCR | sotr by description |
SM_OWNER | Sort by owner |
SM_COMPRESSEDSIZE | Sort be compressed size |
SM_NUMLINKS | Sort by number of hard file links |