omni::io::file::create
NAME

omni::io::file::create

A function of omni::io::file

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


OVERLOADS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top