CalcIt Commands

MOVEFILE(SourceFile, TargetFile)

Using MOVEFILE we can move a file in any other directory in the same disk or other. Takes two parameters for Source and Target. If in the second parameter the file name is omitted then the file name in the path of the first parameter is assumed.

e.g. MOVEFILE('c:\calcit\calcit.exe','d:\calcit\')

See also COPYFILE.

Go Back