NextDom\Helpers\FileSystemHelper
Class FileSystemHelper
Synopsis
class FileSystemHelper
{
- // methods
- public static void includeFile()
- public static array getAssetPath()
- public static string getCoreTemplateFileContent()
- public static string getTemplateFileContent()
- public static bool hadFileRight()
- public static array ls()
- public static bool rcopy()
- public static bool rrmdir()
- public static bool rrmfile()
- public static bool rmove()
- public static bool createZip()
- public static false|int getDirectorySize()
- public static int getDirectoryFreeSpace()
- public static bool isFileExists()
- public static bool mv()
- public static void mkdirIfNotExists()
Tasks
Line | Task |
---|---|
57+ | : Doit être revue |
Methods
public
- createZip()
- getAssetPath() — Returns paths to requested 3rdparty file with jeedom backward compatibility
- getCoreTemplateFileContent() — Read content of a core template file
- getDirectoryFreeSpace() — Get the free space of a directory
- getDirectorySize()
- getTemplateFileContent() — Obtenir le contenu d'un fichier template.
- hadFileRight()
- includeFile() — Includes a file from its type and name.
- isFileExists() — Get true if the file exists
- ls() — Get content list of a folder
- mkdirIfNotExists() — Create directory if not already exists
- mv() — Moves input file or directory to given destination (acts like mv)
- rcopy()
- rmove()
- rrmdir()
- rrmfile()