Search:
 
Home
API / Move File / /

DECLARE INTEGER MoveFile IN kernel32 STRING lpExistingFileName, STRING lpNewFileName

Parameters:
lpExistingFileName
[in] Pointer to a null-terminated string that names an existing file or directory

lpNewFileName
[in] Pointer to a null-terminated string that specifies the new name of a file or directory

Example:
MoveFile('c:\oldfile','c:\newfile')

Author:Rafael Lippert
Similar topics
API :
- Change the Resolution of the Screen
- Colors - Configurations of Windows
- Delete File
- Enable/Disable the Windows Start Button and TaskBa
- Hide and Unhide the Taskbar for Windows
- Shutdown and Restart Windows
Documento sem título

Rafael Lippert
rafaellippert@gmail.com