Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
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)
 
String makeLegalFilename (const String &filename)
 
String translatePath (const String &path)
 
String validatePath (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)

◆ makeLegalFilename()

String XBMCAddon::xbmcvfs::makeLegalFilename ( const String & filename)

◆ 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 )

◆ translatePath()

String XBMCAddon::xbmcvfs::translatePath ( const String & path)

◆ validatePath()

String XBMCAddon::xbmcvfs::validatePath ( const String & path)