目录管理
这类函数用来访问、修改和获取目录结构体的信息, 如下表所列。
注意:下面所列的函数与标准C函数库里的函数类似,除了函数前面的下划线之外。
目录管理函数如下表所列:
Directory Management Functions
目录管理函数
§ The following Table lists functions used for directory control and management.
§ 下表所列函数用来进行目录管理和控制
|
Handle 句柄 |
Handle referring to open file. 打开文件的句柄 |
|
Size 大小 |
New length of file in bytes. 指定文件的新的大小,以字节为单位 |
|
Function |
Use |
|
_chdir(), _wchdir() |
Change current working directory. 改变当前工作目录 |
|
_chdrive() |
Change current drive. 改变当前驱动器 |
|
_getcwd(), _wgetcwd() |
Get current working directory for default drive. 为默认驱动器获取当前工作目录 |
|
_getdcwd(), _wgetdcwd() |
Get current working directory for specified drive. 为指定的驱动器获取当前工作目录 |
|
_getdiskfree() |
Populates a_diskfree_t structure with information about a disk drive. Tags:相关文章列表:
推荐内容
最新文章
关于我们 - 联系我们 - 广告服务 - 友情链接 - 网站地图 - 版权声明 - 发展历史
|