omni::io::wdirectory
NAME

omni::io::wdirectory

A namespace of omni::io

#include <omni/io.hpp>
namespace omni::io::wdirectory

MEMBERS

bool omni::io::wdirectory::can_access(const std::wstring& folder)
bool omni::io::wdirectory::copy(const std::wstring& folder, const std::wstring& new_name, bool recursive, const omni::io::options& io_ops)
bool omni::io::wdirectory::create(const std::wstring& folder, const omni::io::options& io_ops)
bool omni::io::wdirectory::exist(const std::wstring& folder)
bool omni::io::wdirectory::exists(const std::wstring& folder)
template < template < class, class > class std_seq_t, class T, class std_allocator_t > uint64_t omni::io::wdirectory::get_all_directories(const std::wstring& folder, std_seq_t< T, std_allocator_t >& out)
template < template < class, class > class std_seq_t, class T, class std_allocator_t > uint64_t omni::io::wdirectory::get_all_files(const std::wstring& folder, std_seq_t< T, std_allocator_t >& out)
template < template < class, class > class std_seq_t, class T, class std_allocator_t > uint64_t omni::io::wdirectory::get_directories(const std::wstring& folder, std_seq_t< T, std_allocator_t >& out)
template < template < class, class > class std_seq_t, class T, class std_allocator_t > uint64_t omni::io::wdirectory::get_files(const std::wstring& folder, std_seq_t< T, std_allocator_t >& out)
bool omni::io::wdirectory::move(const std::wstring& folder, const std::wstring& new_name, const omni::io::options& io_ops)
bool omni::io::wdirectory::remove(const std::wstring& folder, bool recursive)
bool omni::io::wdirectory::rename(const std::wstring& folder, const std::wstring& new_name, const omni::io::options& io_ops)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top