omni::io::file::copy
NAME

omni::io::file::copy

A function of omni::io::file

#include <omni/io.hpp>
inline bool omni::io::file::copy(const std::string& file, const std::string& new_name, const omni::io::options& io_ops)


OVERLOADS

inline bool omni::io::file::copy(const std::string& file, const std::string& new_name)
inline bool omni::io::file::copy(const std::wstring& file, const std::wstring& new_name, const omni::io::options& io_ops)
inline bool omni::io::file::copy(const std::wstring& file, const std::wstring& new_name)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top