Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
ModuleXbmcvfs.h File Reference
#include "AddonString.h"
#include "Tuple.h"
#include <vector>

Functions

 copy (...)
 

Function: xbmcvfs.copy(source, destination)


Copy file to destination, returns true/false. More...

 
 deleteFile (...)
 

Function: xbmcvfs.delete(file)


More...
 
 rename (...)
 

Function: xbmcvfs.rename(file, newFileName)


More...
 
 exists (...)
 

Function: xbmcvfs.exists(path)


More...
 
 mkdir (...)
 

Function: xbmcvfs.mkdir(path)


Create a folder. More...

 
 mkdirs (...)
 

Function: xbmcvfs.mkdirs(path)


Make all directories along the path More...

 
 rmdir (...)
 

Function: xbmcvfs.rmdir(path)


Remove a folder. More...

 
 listdir (...)
 

Function: xbmcvfs.listdir(path)


Lists content of a folder. More...