NAME
A namespace of omni::io
MEMBERS
omni::io::wfile
A namespace of omni::io
#include <omni/io.hpp>MEMBERS
bool omni::io::wfile::copy(const std::wstring& file, const std::wstring& new_name, bool overwrite)
bool omni::io::wfile::create(const std::wstring& file, bool create_path)
bool omni::io::wfile::exist(const std::wstring& file)
bool omni::io::wfile::exists(const std::wstring& file)
std::wstring omni::io::wfile::get_contents(const std::wstring& file)
uint64_t omni::io::wfile::get_size(const std::wstring& file)
bool omni::io::wfile::move(const std::wstring& file, const std::wstring& new_name, bool create_path)
uint64_t omni::io::wfile::read(const std::wstring& file, omni::seq::uchar_t& buffer)
uint64_t omni::io::wfile::read_raw(const std::wstring& file, unsigned char* buffer, uint64_t length)
bool omni::io::wfile::remove(const std::wstring& file)
bool omni::io::wfile::rename(const std::wstring& file, const std::wstring& new_name, bool create_path)
bool omni::io::wfile::set_size(const std::wstring& file, uint64_t size)
uint64_t omni::io::wfile::write(const std::wstring& file, const omni::seq::uchar_t& buffer, bool append)
uint64_t omni::io::wfile::write_line(const std::wstring& file, const omni::seq::uchar_t& buffer, bool append)
uint64_t omni::io::wfile::write_line_raw(const std::wstring& file, const unsigned char* buffer, uint64_t length, bool append)
uint64_t omni::io::wfile::write_raw(const std::wstring& file, const unsigned char* buffer, uint64_t length, bool append)