VFS add-on general variables
Used to exchange the available options between Kodi and addon.
Modules | |
class VFSUrl | |
VFS add-on URL data This class is used to inform the addon of the desired wanted connection. | |
using VFSFileHandle = VFS_FILE_HANDLE |
VFS add-on file handle
This used to handle opened files of addon with related memory pointer about class or structure and to have on further file control functions available.
See file editing functions for used places.