Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
XBMCAddon::xbmcvfs Namespace Reference

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)
 

Function Documentation

◆ copy()

bool XBMCAddon::xbmcvfs::copy ( const String strSource,
const String strDestination 
)

◆ deleteFile()

bool XBMCAddon::xbmcvfs::deleteFile ( const String strSource)

◆ exists()

bool XBMCAddon::xbmcvfs::exists ( const String path)

◆ listdir()

Tuple< std::vector< String >, std::vector< String > > XBMCAddon::xbmcvfs::listdir ( const String path)

◆ mkdir()

bool XBMCAddon::xbmcvfs::mkdir ( const String path)

◆ mkdirs()

bool XBMCAddon::xbmcvfs::mkdirs ( const String path)

◆ rename()

bool XBMCAddon::xbmcvfs::rename ( const String file,
const String newFile 
)

◆ rmdir()

bool XBMCAddon::xbmcvfs::rmdir ( const String path,
bool  force 
)