- Moving or renaming a file
- Managing the errors
- Operating mode in Windows Vista (and later)
fMoveFile (Function) In french: fDéplaceFichier
// Move a file Res is boolean = fMoveFile("D:\Example\Win1.wdw", "C:\Temp\Window\Win1.wdw")
Syntax
<Result> = fMoveFile(<Path of source file> , <New file path>)
Remarks fMoveFile generates an error in the following cases: - the file to move does not exist,
- the file to move is locked,
- the path of the file to move is invalid,
- <New file path> or <Path of file to move> is an empty string,
- the new file already exists.
This page is also available for…
|
|
|