|
| | 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...
|
| |