FExists (LabVIEW Manager Function)

int32 FExists(path);

Purpose

Returns information about the specified file or directory. It returns less information than FGetInfo, but it is much quicker on most platforms.

Parameters

Name Type Description
path Path Path of the file or directory about which you want information.

Return Value

int32, which can contain the following values.

Value Description
kFIsFileSpecified item is a file.
kFIsFolderSpecified item is a directory or folder.
kFNotExistSpecified item does not exist.