gpt4 book ai didi

c++ - 如何检查特定路径中不在 CWD 中的目录?

转载 作者:太空宇宙 更新时间:2023-11-04 07:19:17 25 4
gpt4 key购买 nike

我知道检查当前目录 opendir(dir_name) ,但我需要检查其他路径,而不是 CWD(current working directory) ,

或者是否有任何功能是在执行

时将 CWD 移动到其他目录

最佳答案

您可以使用 opendir(abs_path/dir_name) 打开绝对路径 abs_path 下的目录 dir_name

您也可以使用 chdir() 将您的 cwd 更改为其他目录。

关于c++ - 如何检查特定路径中不在 CWD 中的目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22472198/

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