VC++ 判断文件或文件夹是不是存在的快捷方法 _access
VC++ 判断文件或文件夹是否存在的快捷方法 _access
_access函数
int _access( const char *path, int mode ); int _waccess( const wchar_t *path, int mode );
参数