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
,
string filename1
)
filename2
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
filename1 | None | string | |
filename2 | None | string |