Class AbstractAutoUpdaterHelper
package |
Default |
---|
changeFileBasePath(string $file, string $oldBasePath, string $newBasePath) : string
string
string
string
string
Returns new path of the file. If an error occurs the unmodified file path will be returned.
copyFile(string $source, string $destination) : boolean
string
string
boolean
createDirectory(string $directory, boolean $writable = false) : boolean
string
Path of the new directory.
boolean
boolean
deleteDirectory(string $directory) : boolean
string
boolean
deleteFile(string $file) : boolean
string
boolean
getDirectoryFiles(string $directory) : array
string
array
setCorrectChmodAndOwner(string $file, null|string $chmod = null, null|string $owner = null) : boolean
string
null|string
null|string
boolean