|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
| class | File |
| class | Stat |
Functions | |
| bool | copy (const String &strSource, const String &strDestination) |
| bool | deleteFile (const String &strSource) |
| bool | rename (const String &file, const String &newFile) |
| bool | exists (const String &path) |
| bool | mkdir (const String &path) |
| bool | mkdirs (const String &path) |
| bool | rmdir (const String &path, bool force) |
| Tuple< std::vector< String >, std::vector< String > > | listdir (const String &path) |
| bool XBMCAddon::xbmcvfs::deleteFile | ( | const String & | strSource | ) |
| bool XBMCAddon::xbmcvfs::exists | ( | const String & | path | ) |
| Tuple< std::vector< String >, std::vector< String > > XBMCAddon::xbmcvfs::listdir | ( | const String & | path | ) |
| bool XBMCAddon::xbmcvfs::mkdir | ( | const String & | path | ) |
| bool XBMCAddon::xbmcvfs::mkdirs | ( | const String & | path | ) |
| bool XBMCAddon::xbmcvfs::rmdir | ( | const String & | path, |
| bool | force | ||
| ) |