Develop and Download Open Source Software

Browse Subversion Repository

Contents of /common/ExistFile.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 198 - (show annotations) (download) (as text)
Tue Jan 15 09:04:51 2008 UTC (16 years, 2 months ago) by satofumi
File MIME type: text/x-chdr
File size: 236 byte(s)
sound/MusicManager.cpp is implemented.

1 #ifndef EXIST_FILE_H
2 #define EXIST_FILE_H
3
4 /*!
5 \file
6 \brief ファイル有無の確認
7
8 access() のラッパー
9
10 \author Satofumi KAMIMURA
11 */
12
13 namespace beego {
14 extern bool existFile(const char* file_path);
15 };
16
17 #endif /* !EXIST_FILE_H */

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26