Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-55
FILENAME_FINDFINISH_ 
Releases the resources reserved for a search that was previously initiated by a call to 
FILENAME_FINDSTART_.
FILENAME_FINDNEXT_ 
Returns the next name in a set of named entities that was defined by a call to 
FILENAME_FINDSTART_.
error := FILENAME_FINDFINISH_ ( searchid );
error, INT returned value
searchid, INT:value input
error := FILENAME_FINDNEXT_ ( searchid,
 ,[ name:maxlen ]
 ,[ name-length ]
 ,[ entity-info ]
 ,[ tag ] );
error, INT returned value
searchid, INT:value input
name:maxlen, STRING .EXT:ref:*,INT:value output:input
name-length, INT .EXT:ref:1 output
entity-info, INT .EXT:ref:5 output
[0] = Device type.
[1] = Device subtype.
Object type. 
[2] =
> 0
0
-1
SQL disk file.
Non-SQL disk file. 
Not a disk file.
[3] = File type.










