../pvss.htm menu.gif basics.gif

moveFile()

Moves the specified file to the target directory.

Synopsis

 moveFile(string from, string to);

Parameters

Return value

If the function was executed successfully it returns TRUE, otherwise FALSE.

Error

-

Description

Moves the specified file to the target directory.

IconExample

main()

{

   moveFile("c://test1//test.txt","c://test2");

}

Assignment

File functions

Availability

 

See also

copyFile(), mkdir(), rmdir(), isdir(), isfile(), getExt(), delExt()

Top Of Page

 

V 3.11 SP1

Copyright ETM professional control GmbH 2013 All Rights Reserved