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
3namespace z {
4namespace file {
12size_t size(const zpath &path);
13} // namespace file
14} // namespace z
size_t size(const zpath &path)
Get the size of a file in bytes.
zpath path(const zpath &filePath) noexcept
Get the full file path from a relative path.