Develop and Download Open Source Software

Browse Subversion Repository

Contents of /common/CreateDirectory.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 315 - (show annotations) (download) (as text)
Fri Mar 28 20:04:23 2008 UTC (16 years, 2 months ago) by satofumi
File MIME type: text/x-chdr
File size: 238 byte(s)
adjust scripts
1 #ifndef CREATE_DIRECTORY_H
2 #define CREATE_DIRECTORY_H
3
4 /*!
5 \file
6 \brief ディレクトリの作成
7
8 \author Satofumi KAMIMURA
9
10 $Id$
11 */
12
13 namespace beego {
14 bool createDirectory(const char* directory);
15 };
16
17 #endif /* !CREATE_DIRECTORY_H */

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