Methods summary
public static
|
|
public static
|
#
copy( mixed $source, mixed $dest, mixed $overwrite = TRUE )
Copies a file or directory.
Copies a file or directory.
|
public static
|
#
delete( mixed $path )
Deletes a file or directory.
Deletes a file or directory.
|
public static
|
#
rename( mixed $name, mixed $newName, mixed $overwrite = TRUE )
Renames a file or directory.
Renames a file or directory.
|
public static
boolean
|
#
write( mixed $file, mixed $content, mixed $mode = 0666 )
Writes a string to a file.
Writes a string to a file.
Returns
boolean
|
public static
boolean
|
#
isAbsolute( mixed $path )
Is path absolute?
Returns
boolean
|