libzed
1.9.9
A general-purpose library for quick and simple data manipulation.
Loading...
Searching...
No Matches
size.hpp
1
#include "../core/string.hpp"
2
3
namespace
z {
4
namespace
file {
12
size_t
size
(
const
zpath
&
path
);
13
}
// namespace file
14
}
// namespace z
z::core::string< z::utf8 >
z::file::size
size_t size(const zpath &path)
Get the size of a file in bytes.
z::file::path
zpath path(const zpath &filePath) noexcept
Get the full file path from a relative path.
z
file
size.hpp
Generated by
1.9.8