75 public function put(
$path, $content);
91 public function delete(
$path);
write($path, $content)
Writes the content to a new file.
readAndDelete($path)
Reads the entire file content into a string and removes the file afterwards.
rename($path, $newPath)
Moves a file from the source to the destination.
put($path, $content)
Creates a file or updates an existing one.
update($path, $newContent)
Updates the content of a file.
Interface FileWriteAccess.
copy($path, $copyPath)
Copy the source file to a destination.