libzed 1.9.9
A general-purpose library for quick and simple data manipulation.
 
Loading...
Searching...
No Matches
makeDir.hpp
1#pragma once
2
3#include "../core/string.hpp"
4
5namespace z {
6namespace file {
18bool makeDir(const zpath &dir) noexcept;
19} // namespace file
20} // namespace z
zpath dir() noexcept
Get the current working directory.
bool makeDir(const zpath &dir) noexcept
Make a directory with the given path.