omni::io::directory
NAME

omni::io::directory

A namespace of omni::io

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

MEMBERS

inline bool omni::io::directory::can_access(const std::string& folder)
inline bool omni::io::directory::copy(const std::string& folder, const std::string& new_name, bool recursive, const omni::io::options& io_ops)
inline bool omni::io::directory::create(const std::string& folder, const omni::io::options& io_ops)
inline bool omni::io::directory::exist(const std::string& folder)
inline bool omni::io::directory::exists(const std::string& folder)
template < template < class, class > class std_seq_t, class T, class std_allocator_t > uint64_t omni::io::directory::get_all_directories(const std::string& 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::directory::get_all_files(const std::string& 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::directory::get_directories(const std::string& 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::directory::get_files(const std::string& folder, std_seq_t< T, std_allocator_t >& out)
inline bool omni::io::directory::move(const std::string& folder, const std::string& new_name, const omni::io::options& io_ops)
inline bool omni::io::directory::remove(const std::string& folder, bool recursive)
inline bool omni::io::directory::rename(const std::string& folder, const std::string& new_name, const omni::io::options& io_ops)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top