copy

copy file at path to given destination


Parameters

copy file :string
     destination :string

Attributes

directorypath is a directory

Returns

  • :nothing

Examples

copy
copy "testscript.art" normalize.tilde "~/Desktop/testscript.art" ; copied file

copy
copy "testfolder" normalize.tilde "~/Desktop/testfolder" ; copied whole folder

Related