Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
class | XFILE::IDirectory |
Interface to the directory on a file system. More... | |
Namespaces | |
namespace | XFILE |
Enumerations | |
enum | XFILE::DIR_CACHE_TYPE { XFILE::DIR_CACHE_NEVER = 0 , XFILE::DIR_CACHE_ONCE , XFILE::DIR_CACHE_ALWAYS } |
enum | XFILE::DIR_FLAG { XFILE::DIR_FLAG_DEFAULTS = 0 , XFILE::DIR_FLAG_NO_FILE_DIRS = (2 << 0) , XFILE::DIR_FLAG_ALLOW_PROMPT = (2 << 1) , XFILE::DIR_FLAG_NO_FILE_INFO = (2 << 2) , XFILE::DIR_FLAG_GET_HIDDEN = (2 << 3) , XFILE::DIR_FLAG_READ_CACHE = (2 << 4) , XFILE::DIR_FLAG_BYPASS_CACHE = (2 << 5) } |
Available directory flags The defaults are to allow file directories, no prompting, retrieve file information, hide hidden files, and utilise the directory cache based on the implementation's wishes. More... | |