SysDirOpenΒΆ
This function of type DWORD can be used, to open a directory in order to read the directory entries (files, subdirectories) via function SysDirRead.
To close the directory, SysDirRead must be called until it returns 0.
The return value is a handle, which is required by function SysDirRead as an input.
Input-Variable | Data type | Description |
---|---|---|
stDirectory | STRING | Directory name |