omni::io::cdirectory::copy
NAME

omni::io::cdirectory::copy

A function of omni::io::cdirectory

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


OVERLOADS

bool omni::io::cdirectory::copy(const std::string& folder, const std::string& new_name, bool recursive)
bool omni::io::cdirectory::copy(const std::string& folder, const std::string& new_name)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top