Category: File IO
Syntax:
fileCopyFile:Int(source:String, dest:String)
Int
Copies a file from source to destination.
Takes source path and destination path.
Returns 1 on success, 0 on failure (paths are null, source doesn't exist, or insufficient permissions).
View detailed documentation online
;No example implemented yet
BambooBasic © 2026 Michael Denathorn