Concept Framework 2.2 documentation Contents | Index

standard.C.io.opendir

Name Version Deprecated
opendir version 1.0 no

Prototype:
number opendir(string filename)

Parameters:
filename      The directory to be opened

Description:
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.

Returns:
Returns a number identifying the directory, or null if the directory cannot be accessed.

Documented by Simona Plesuvu, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications