FPathCmp (LabVIEW Manager Function)

int32 FPathCmp(lsp1, lsp2);

Purpose

Compares two paths.

Parameters

Name Type Description
lsp1 Path First path you want to compare.
lsp2 Path Second path you want to compare.

Return Value

int32, which can contain the following values.

Value Description
–1 Paths are of different types. For example, one is absolute and the other is relative.
0 Paths are identical.
n+1 Paths have the same first n components but are not identical.