#include <simple_fs_types_nix.hpp>
|
directory | get_root (file_system const &fs) |
|
std::optional< file > | open_file (directory const &dir, native_string_view file_name) |
|
std::vector< unopened_file > | list_files (directory const &dir, native_char const *extension) |
|
std::vector< directory > | list_subdirectories (directory const &dir) |
|
std::optional< file > | open_file (directory const &dir, native_string_view file_name) |
|
std::optional< unopened_file > | peek_file (directory const &dir, native_string_view file_name) |
|
void | write_file (directory const &dir, native_string_view file_name, char const *file_data, uint32_t file_size) |
|
directory | open_directory (directory const &dir, native_string_view directory_name) |
|
native_string | get_full_name (directory const &dir) |
|
directory | get_root (file_system const &fs) |
|
std::optional< native_string > | get_path_to_file (directory const &dir, native_string_view file_name) |
|
std::optional< file > | open_file (directory const &dir, native_string_view file_name) |
|
std::vector< unopened_file > | list_files (directory const &dir, native_char const *extension) |
|
std::vector< directory > | list_subdirectories (directory const &dir) |
|
std::optional< file > | open_file (directory const &dir, native_string_view file_name) |
|
std::optional< unopened_file > | peek_file (directory const &dir, native_string_view file_name) |
|
void | write_file (directory const &dir, native_string_view file_name, char const *file_data, uint32_t file_size) |
|
directory | open_directory (directory const &dir, native_string_view directory_name) |
|
native_string | get_full_name (directory const &f) |
|
Definition at line 34 of file simple_fs_types_nix.hpp.
◆ directory() [1/2]
◆ directory() [2/2]
◆ get_full_name [1/2]
◆ get_full_name [2/2]
◆ get_path_to_file
◆ get_root [1/2]
◆ get_root [2/2]
◆ list_files [1/2]
◆ list_files [2/2]
◆ list_subdirectories [1/2]
◆ list_subdirectories [2/2]
◆ open_directory [1/2]
◆ open_directory [2/2]
◆ open_file [1/4]
◆ open_file [2/4]
◆ open_file [3/4]
◆ open_file [4/4]
◆ peek_file [1/2]
◆ peek_file [2/2]
◆ write_file [1/2]
◆ write_file [2/2]
The documentation for this class was generated from the following files: