FS.copy

Transfer the content of another file to this one.

struct FS
static
void
copy
(
cstring source
,
mstring dest
)

Return Value

Type: void

a reference to this class on success

Throws

IOException upon failure

Note: Allocates a memory buffer.

Meta