Section contents
cfile.oxh
<TBS>
DeleteDir:(BYREF this&)
Destroys the directory object.
BYREF this& |
A handle to a directory object |
count& = DirCount&:(this&)
Use this function to get the number of entries in the array of directory entries.
this& |
A handle to a directory object |
count& |
The number of entries in the array |
entry& = DirEntry&:(this&,index&)
Use this function to get an entry from the array.
this& |
A handle to a directory object |
index& |
Index of the desired entry within the array |
count& |
A directory entry |
err% = DirSort&:(this&,key&)
Use this function to sort the array of directory entries
this& |
A handle to a directory object |
key& |
Order of directory entries |
err% |
An error code |