file_system namespace
更多...
◆ GlobCallback
◆ create_archive()
◆ create_zip_archive_from_memory()
| NX_API UniquePtr< Archive > nx::file_system::create_zip_archive_from_memory |
( |
const void * |
buf, |
|
|
size_t |
len |
|
) |
| |
◆ err()
| NX_API File & nx::file_system::err |
( |
| ) |
|
get stderr file
- 返回
- stderr file
◆ exists()
| NX_API bool nx::file_system::exists |
( |
const String & |
path | ) |
|
Determines whether the specified file exist
- 参数
-
- 返回
- True if the specified file exist, False otherwise.
◆ get_file_name()
| NX_API String nx::file_system::get_file_name |
( |
const String & |
path | ) |
|
Gets the file name.
- 参数
-
- 返回
- The file name.
◆ get_parent_path()
| NX_API String nx::file_system::get_parent_path |
( |
const String & |
path | ) |
|
Gets the parent path.
- 参数
-
- 返回
- The parent path.
◆ glob() [1/2]
◆ glob() [2/2]
◆ in()
| NX_API File & nx::file_system::in |
( |
| ) |
|
get stdin file
- 返回
- stdin file
◆ is_directory()
| NX_API bool nx::file_system::is_directory |
( |
const String & |
path | ) |
|
Determines whether the specified path is directory.
- 参数
-
- 返回
- True if the specified path is directory, False otherwise.
◆ is_file()
| NX_API bool nx::file_system::is_file |
( |
const String & |
path | ) |
|
Determines whether the specified path is file.
- 参数
-
- 返回
- True if the specified path is file, False otherwise.
◆ join_path()
◆ list_dir()
◆ make_dirs()
| NX_API bool nx::file_system::make_dirs |
( |
const String & |
path | ) |
|
◆ out()
| NX_API File & nx::file_system::out |
( |
| ) |
|
get stdout file
- 返回
- stdout file
◆ read_file()
◆ relative_path()
◆ path_separator
| NX_API const char nx::file_system::path_separator |
|
extern |