#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | VXV |
ビーゴ用の名前空間 | |
Functions | |
std::string | VXV::searchFile (const char *file, const char *path[]) |
ファイルの検索 | |
void | VXV::createArgs (std::vector< char * > &args, const char *file) |
ファイルの内容を argc, argv 用に整形して返す | |
void | VXV::deleteArgs (std::vector< char * > &args) |
createArgs で生成したオブジェクトを破棄する | |
int | VXV::createDirs (std::string dir_path) |
$Id$
Definition in file fileUtils.h.