函式:opendir()
目录管理函式库
opendir
开启目录 handle。
语法:
int opendir(string path);
传回值:
整数
函式种类:
档案存取
内容说明
本函式用来开启目录资料流。传回的整数是可供其它目录函式操作的 handle。
[
上一页
下一页
]