libzed
1.9.9
A general-purpose library for quick and simple data manipulation.
Loading...
Searching...
No Matches
exists.hpp
1
#pragma once
2
3
#include "../core/string.hpp"
4
5
namespace
z {
6
namespace
file {
17
bool
exists
(
const
zpath
&pathname)
noexcept
;
18
}
// namespace file
19
}
// namespace z
z::core::string< z::utf8 >
z::file::exists
bool exists(const zpath &pathname) noexcept
Check whether a file or directory with the given name exists.
z
file
exists.hpp
Generated by
1.9.8