libzed
1.9.9
A general-purpose library for quick and simple data manipulation.
Loading...
Searching...
No Matches
remove.hpp
1
#pragma once
2
3
#include "../core/string.hpp"
4
5
namespace
z {
6
namespace
file {
15
bool
remove
(
const
zpath
&filename)
noexcept
;
16
}
// namespace file
17
}
// namespace z
z::core::string< z::utf8 >
z::file::remove
bool remove(const zpath &filename) noexcept
Remove a file from the filesystem.
z
file
remove.hpp
Generated by
1.9.8