jam*_*tha 1 c
我有一个C字符串,我想用来打开该文件.如何确定文件是否存在?
Adr*_*ish 5
使用名为access()的函数
if(access(file_path, F_OK)==0) //file exists else // file does not exists
归档时间:
14 年,3 月 前
查看次数:
267 次
最近记录: