omni::io::file::create
NAME

omni::io::file::create

A static function of omni::io::file

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

OVERLOADS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top