FMove (LabVIEW Manager Function)

MgErr FMove(oldPath, newPath);

Purpose

Moves a file or renames it if the new path indicates the file is to remain in the same directory.

Parameters

Name Type Description
oldPath Path Path of the file or directory you want to move.
newPath Path Path, including the name of the file or directory, where you want to move the file or directory.

Return Value

MgErr, which can contain the following errors. If you receive errors from LabVIEW Manager functions, most error names correspond to LabVIEW error codes.

Value Corresponding Error Code or Description
noErrNo error.
mgArgErr1
mFullErr2
fIsOpen5
fIOErr6
fNotFound7
fNoPerm8
fDiskFull9
fDupPath10
fTMFOpen11