int fileexist(const char* path){ return GetFileAttributesA(path) != INVALID_FILE_ATTRIBUTES || GetLastError() != ERROR_FILE_NOT_FOUND;}
posted on 2008-06-04 22:41 肥仔 阅读(538) 评论(0) 编辑 收藏 引用 所属分类: Windows开发
Powered by: C++博客 Copyright © 肥仔