Changeset 126 for trunk/lib/Directory.cc


Ignore:
Timestamp:
Aug 2, 2006, 1:05:52 AM (17 years ago)
Author:
Jari Häkkinen
Message:

Changed createdir to mkdir, removed the ugly force option from the function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Directory.cc

    r118 r126  
    134134  void Directory::print(const bool verbose) const
    135135  {
    136     createdir(output_name());
     136    mkdir(output_name());
    137137    std::string output(output_name() + "/index.html");
    138138    if (verbose)
Note: See TracChangeset for help on using the changeset viewer.