gpt4 book ai didi

c - C 编程中的 opendir()

转载 作者:太空宇宙 更新时间:2023-11-04 03:42:01 26 4
gpt4 key购买 nike

我是初学者,我正在编写有关获取文件目录的代码,但我有一些我不明白的地方。

DS = opendir("./");中的“./”是什么意思

我搜索了很多关于 C 编程的站点,但没有一个给我很好的解释。我必须尽快展示我的代码,这迫使我解释我的每一行代码。请帮我。谢谢!

最佳答案

./ 是相对于 current working directory 的相对路径你的过程。

In computing, the working directory of a process is a directory of a hierarchical file system, if any, dynamically associated with each process. When the process refers to a file using a simple file name or relative path (as opposed to a file designated by a full path from a root directory), the reference is interpreted relative to the current working directory of the process.

那么假设你进程的工作目录是/foo,当你用opendir打开./时,你实际上打开的是/foo/./ 等于 /foo.

关于c - C 编程中的 opendir(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27728052/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com