diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2011-07-12 22:34:34 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2011-07-12 22:34:34 -0400 |
commit | c87835f5f94b3aa954682133c40117b3f8e26585 (patch) | |
tree | dfe5e8cffbdbf3b911d7ef6fc9d7eb8508a28d89 /utils/filelib.h | |
parent | 9ab32f74dd821f08cb5863faf88d40ca60301688 (diff) |
debugged pro trainer
Diffstat (limited to 'utils/filelib.h')
-rw-r--r-- | utils/filelib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/filelib.h b/utils/filelib.h index dda98671..a8622246 100644 --- a/utils/filelib.h +++ b/utils/filelib.h @@ -12,6 +12,7 @@ bool FileExists(const std::string& file_name); bool DirectoryExists(const std::string& dir_name); +void MkDirP(const std::string& dir_name); // reads from standard in if filename is - // uncompresses if file ends with .gz |