FIO_Move
%FIO_Move function
Function
The function moves the specified file to a new file.
Declaration
BOOL %FIO_Move(
TEXT in srcFileName,
TEXT in dstFileName,
[,BOOL in bFailIfExist]
)
Parameters
srcFileName | Name of the file to be moved. |
dstFileName | Name of the new file. |
bFailIfExist | @TRUE - default value.
|
Return value
@TRUE - the file moved, @FALSE - cannot move the file.
Note
On Windows and Linux platforms, the function %FIO_Move also allows to move a directory (including the directory content).
Related pages: