Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
opendir | version 1.0 | no |
number opendir(string filename) |
filename | The directory to be opened |
The opendir() function opens the directory named by filename, associates a directory stream with it and returns a pointer to be used to identify the directory stream in subsequent operations. The pointer null is returned if filename cannot be accessed, or if it cannot allocate enough memory to hold the whole thing. |
Documented by Simona Plesuvu, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |