当前位置: 技术问答>linux和unix
在linux中,想查询/proc文件中的某个目录是否存在,求助如何进行检测
来源: 互联网 发布时间:2016-04-19
本文导语: 如题,最近在研究这方面的东西,感觉什么都不会.希望得到大家的指点.谢谢各位高手. | man access | struct stat statbuf; if (lstat(fullpath, &statbuf)
如题,最近在研究这方面的东西,感觉什么都不会.希望得到大家的指点.谢谢各位高手.
|
man access
|
struct stat statbuf;
if (lstat(fullpath, &statbuf)