Changeset 126 for trunk/lib/Directory.cc
- Timestamp:
- Aug 2, 2006, 1:05:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r118 r126 134 134 void Directory::print(const bool verbose) const 135 135 { 136 createdir(output_name());136 mkdir(output_name()); 137 137 std::string output(output_name() + "/index.html"); 138 138 if (verbose)
Note: See TracChangeset
for help on using the changeset viewer.