| Name | Description |
|---|---|
| root | full path of search |
| dospath | full path of file using '\' |
| dosdir | directory of file using '\' |
| dossubdir | portion of the path from root to filename using '\' |
| unixpath | full path of file using '/' |
| unixdir | directory of file using '/' |
| unixsubdir | portion of the path from root to filename using '/' |
| filename | file name with no directory |
| basename | file name with no extension |
| extension | file extension |
| Name | Description |
|---|---|
| filesize | byte size of file |
| created | creation timestamp of file |
| modified | modified timestamp of file |
| accessed | last access timestamp of file |
| readonly | read-only attribute of file |
| archive | to be archived attribute of file |
| filecrc | 32 bit CRC of file contents |
| filemd5 | MD5 of file contents |
| contents | file contents |
| Name | Description |
|---|---|
| title | title of document |
| artist | performing artist |
| composer | composer |
| album | album |
| year | year of release |
| songkey | song musical key |
| songhash | hash of title, artist |
| Name | Description |
|---|---|
| width | width of image |
| height | height of image |
| make | make of camera |
| model | model of camera |
| software | software of camera |
| taken | timestamp when image taken |
| latitude | latitude where image taken |
| longitude | longitude where image taken |
| altitude | altitude where image taken |