ComparePathΒΆ

ComparePath compares two file or folder names.

bool = ComparePath(ssFilename1, ssFilename2)

Return Value

bool is TRUE if both names specify the same file.

Parameters

ssFilename1

ssFilename1 is the first name.

ssFilename2

ssFilename2 is the second name.

Comment

The function cannot compare an UNC Path (e.g. \\P450\c\temp) with a path beginning with a drive letter.

id-2099142