Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches

Inherits AddonClass.

Public Member Functions

 st_atime ()
 

Function: st_atime()


To get time of last access.
 
 st_ctime ()
 

Function: st_ctime()


To get time of last status change.
 
 st_dev ()
 

Function: st_dev()


To get ID of device containing file.
 
 st_gid ()
 

Function: st_gid()


To get group ID of owner.
 
 st_ino ()
 

Function: st_ino()


To get inode number.
 
 st_mode ()
 

Function: st_mode()


To get file protection.
 
 st_mtime ()
 

Function: st_mtime()


To get time of last modification.
 
 st_nlink ()
 

Function: st_nlink()


To get number of hard links.
 
 st_size ()
 

Function: st_size()


To get total size, in bytes.
 
 st_uid ()
 

Function: st_uid()


To get user ID of owner.
 
 Stat (const String &path)
 

The documentation for this class was generated from the following file: