int32 FPathCmp(lsp1, lsp2);
Compares two paths.
| Name | Type | Description |
|---|---|---|
| lsp1 | Path | First path you want to compare. |
| lsp2 | Path | Second path you want to compare. |
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. |