Doc.Id. HMSI-27-212
Doc.Rev. 1.5
Start
InstX = Obj.Create( )
InstX.Directory Open( \reports\ )
data = InstX.Directory Read( )
Done
End
InstX.Directory Close( )
Obj.Delete ( InstX )
Yes
No
Create a new instance. The instance number
returned will be used by subsequent commands.
Open the report directory. The instance can now
be used for directory operations. Any le
operations will be rejected.
Read the directory entry by entry.
Keep reading until all entries have been read.
When there are no more entries, this is indicated
by a zero data size in the response.
Close the le.
Delete the instance.