![]() |
xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
This is the complete list of members for xtd::io::file, including all inherited members.
| append_all_lines(const xtd::ustring &path, type_t contents) | xtd::io::file | inlinestatic |
| append_all_lines(const xtd::ustring &path, const std::initializer_list< type_t > &contents) | xtd::io::file | inlinestatic |
| append_all_text(const xtd::ustring &path, type_t text) | xtd::io::file | inlinestatic |
| append_text(const xtd::ustring &path) | xtd::io::file | static |
| copy(const xtd::ustring &src, const xtd::ustring &dest) | xtd::io::file | static |
| copy(const xtd::ustring &src, const xtd::ustring &dest, bool overwrite) | xtd::io::file | static |
| create(const xtd::ustring &path) | xtd::io::file | static |
| create_text(const xtd::ustring &path) | xtd::io::file | static |
| exists(const xtd::ustring &path) noexcept | xtd::io::file | static |
| get_attributes(const xtd::ustring &src) | xtd::io::file | static |
| move(const xtd::ustring &src, const xtd::ustring &dest) | xtd::io::file | static |
| open(const xtd::ustring &path, std::ios::openmode mode) | xtd::io::file | static |
| open_read(const xtd::ustring &path) | xtd::io::file | static |
| open_text(const xtd::ustring &path) | xtd::io::file | static |
| open_write(const xtd::ustring &path) | xtd::io::file | static |
| read_all_bytes(const xtd::ustring &path) | xtd::io::file | static |
| read_all_bytes(const char_t *path) | xtd::io::file | inlinestatic |
| read_all_lines(const xtd::ustring &path) | xtd::io::file | static |
| read_all_text(const xtd::ustring &path) | xtd::io::file | static |
| remove(const xtd::ustring &path) | xtd::io::file | static |
| replace(const xtd::ustring &source_file_name, const xtd::ustring &destination_file_name, const xtd::ustring &destination_backup_file_name) | xtd::io::file | static |
| write_all_lines(const xtd::ustring &path, type_t contents) | xtd::io::file | inlinestatic |
| write_all_lines(const xtd::ustring &path, const std::initializer_list< type_t > &contents) | xtd::io::file | inlinestatic |
| write_all_text(const xtd::ustring &path, type_t text) | xtd::io::file | inlinestatic |
| write_text(const xtd::ustring &path) | xtd::io::file | static |