dirent
网络释义:目录项
网络释义
1.目录项目录文件的结构非常简单,就是一系列目录项(dirent)的列表。每个目录项,由两部分组成:所包含文件的文件名,以及该文 …
例句释义:,目录项1.That's right, everything else found in struct dirent is not portable.的确如此,structdirent中其他所有内容都是不可移植的。
2.The POSIX 1003. 1 standard defines only one required entry for struct dirent, an array of char named d_name.POSIX1003.1标准仅仅为structdirent定义了一个必需的条目,即char数组d_name。
3.What's in a struct dirent?structdirent中包含了哪些内容呢?