Skip to main content

File


  • Full name: \Documentation\Generator\FileSystem\File

Methods

dirExists

public dirExists(mixed $filePath): mixed

Parameters:

ParameterTypeDescription
$filePathmixed

removeDir

public removeDir(mixed $filePath): mixed

Parameters:

ParameterTypeDescription
$filePathmixed

fileExists

public fileExists(mixed $filePath): mixed

Parameters:

ParameterTypeDescription
$filePathmixed

readFile

public readFile(mixed $filePath): mixed

Parameters:

ParameterTypeDescription
$filePathmixed

writeFile

public writeFile(mixed $filePath, mixed $fileContent): mixed

Parameters:

ParameterTypeDescription
$filePathmixed
$fileContentmixed

writeTmpFile

public writeTmpFile(mixed $fileName, mixed $fileContent): mixed

Parameters:

ParameterTypeDescription
$fileNamemixed
$fileContentmixed

appendFile

public appendFile(mixed $filePath, mixed $fileContent): mixed

Parameters:

ParameterTypeDescription
$filePathmixed
$fileContentmixed

removeFile

public removeFile(mixed $filePath): mixed

Parameters:

ParameterTypeDescription
$filePathmixed