file_copy (string source, string destination) ⇒ boolean
Copies a file, source, to another location on the file system, destination. Returns a boolean based on whether the file was copied successfully or not.
Alternative function names: fcopy
First available: Version 1.4.1
Comments