|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MDirOps
This interface defines kernel "directory-operations". Its use is somewhat limited to actual directory handling (unlike MFileOps).
| Method Summary | |
|---|---|
int |
close(MFile handle)
used to close a directory. |
int |
open(MFile handle)
used to open a directory. |
int |
readdir(MFile handle,
MDirEnt dirent)
used to read a directory entry. |
| Method Detail |
|---|
int open(MFile handle)
handle - file-handle of directory being opened
int close(MFile handle)
handle - file-handle of the directory being closed
int readdir(MFile handle,
MDirEnt dirent)
handle - file-handle of the directory to read fromdirent - MDirEnt in which the directory entry is stored
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||