SIMPOL Documentation

issamefilename()

Description

Checks if two file names are the same. If they are identical, returns .true immediately. Otherwise, it creates two UTOSdirectoryentry objects, one for each and if their file names are the same, then returns .true otherwise it returns .false.

Prototype

issamefilename ( string filename1, string filename2 )

Parameters

ParameterDefault valueType nameDescription
filename1Nonestring
filename2Nonestring