libzed 1.9.9
A general-purpose library for quick and simple data manipulation.
 
Loading...
Searching...
No Matches
copy.hpp
1#pragma once
2
3#include "../core/string.hpp"
4
5namespace z {
6namespace file {
16void copy(const zpath &fileInput, const zpath &fileOutput);
17} // namespace file
18} // namespace z
void copy(const zpath &fileInput, const zpath &fileOutput)
Copy data from one file to another.