MoveFileΒΆ

The MoveFile function renames an existing file or a directory (including all its children).

bool = MoveFile(ssExistingFileName, ssNewFileName)

Return Value

bool is TRUE (1) if the file could be renamed, otherwise FALSE (0).

Parameters

ssExistingFileName

ssExistingFileName

ssNewFileName

ssNewFileName

id-340905