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
5
namespace
z {
6
namespace
file {
18
bool
makeDir
(
const
zpath
&
dir
)
noexcept
;
19
}
// namespace file
20
}
// namespace z
z::core::string< z::utf8 >
z::file::dir
zpath dir() noexcept
Get the current working directory.
z::file::makeDir
bool makeDir(const zpath &dir) noexcept
Make a directory with the given path.
z
file
makeDir.hpp
Generated by
1.9.8