file-copy ( srcPath dstPath -- int )


Vocabulary
raylib

Inputs
srcPatha c-string
dstPatha c-string


Outputs
intan int


Word description
Copy file from one path to another, dstPath created if it doesn't exist

Definition