move

move file at path to given destination


Parameters

move file :string
     destination :string

Attributes

directorypath is a directory

Returns

  • :nothing

Examples

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

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

Related