For the latest stable version, please use Emilua API 0.10! |
filesystem.copy_file
Synopsis
local fs = require "filesystem"
fs.copy_file(from: fs.path, to: fs.path[, on_existing: "skip"|"overwrite"|"update"]) -> boolean
For the latest stable version, please use Emilua API 0.10! |
local fs = require "filesystem"
fs.copy_file(from: fs.path, to: fs.path[, on_existing: "skip"|"overwrite"|"update"]) -> boolean