Handbook
Glossary
file-copy ( srcPath dstPath -- int )
Vocabulary
raylib
Inputs
srcPath
a
c-string
dstPath
a
c-string
Outputs
int
an
int
Word description
Copy file from one path to another, dstPath created if it doesn't exist
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
file-copy
int FileCopy
(
c-string
srcPath,
c-string
dstPath )