Class Files
/system/libraries/Files.php line 40
  Automatically extracted PHP DOC comment from code: END OF PHP DOC 
 Class Files
 Provide methods to modify files and folders.
Methods
- final private __clone()
 - protected validate()
 - protected __construct()
 - public chmod(string $strFile, mixed $varMode)
 - public copy(string $strSource, string $strDestination)
 - public delete(string $strFile)
 - public fclose(resource $resFile)
 - public fopen(string $strFile, string $strMode)
 - public fputs(string $resFile, string $strContent)
 - public getInstance()
 - public is_writeable(string $strFile)
 - public mkdir(string $strDirectory)
 - public move_uploaded_file(string $strSource, string $strDestination)
 - public rename(string $strOldName, string $strNewName)
 - public rmdir(string $strDirectory)
 - public rrdir(string $strFolder, boolean $blnPreserveRoot)
 
Properties
- protected object $objInstance
 

Add a comment