This is the complete list of members for xtd::io::file, including all inherited members.
| append_all_lines(const xtd::string &path, type_t contents) -> void | xtd::io::file | inlinestatic |
| append_all_lines(const xtd::string &path, const std::initializer_list< type_t > &contents) -> void | xtd::io::file | inlinestatic |
| append_all_text(const xtd::string &path, type_t text) -> void | xtd::io::file | inlinestatic |
| append_text(const xtd::string &path) -> std::ofstream | xtd::io::file | static |
| copy(const xtd::string &src, const xtd::string &dest) -> void | xtd::io::file | static |
| copy(const xtd::string &src, const xtd::string &dest, bool overwrite) -> void | xtd::io::file | static |
| create(const xtd::string &path) -> std::ofstream | xtd::io::file | static |
| create_text(const xtd::string &path) -> xtd::io::stream_writer | xtd::io::file | static |
| exists(const xtd::string &path) noexcept -> bool | xtd::io::file | static |
| get_attributes(const xtd::string &path) -> xtd::io::file_attributes | xtd::io::file | static |
| get_creation_time(const xtd::string &path) -> xtd::date_time | xtd::io::file | static |
| get_last_access_time(const xtd::string &path) -> xtd::date_time | xtd::io::file | static |
| get_last_write_time(const xtd::string &path) -> xtd::date_time | xtd::io::file | static |
| get_permissions(const xtd::string &path) -> xtd::io::file_permissions | xtd::io::file | static |
| move(const xtd::string &src, const xtd::string &dest) -> void | xtd::io::file | static |
| move(const xtd::string &src, const xtd::string &dest, bool overwrite) -> void | xtd::io::file | static |
| open(const xtd::string &path, std::ios::openmode mode) -> std::fstream | xtd::io::file | static |
| open_read(const xtd::string &path) -> std::ifstream | xtd::io::file | static |
| open_text(const xtd::string &path) -> xtd::io::stream_reader | xtd::io::file | static |
| open_write(const xtd::string &path) -> std::ofstream | xtd::io::file | static |
| read_all_bytes(const xtd::string &path) -> xtd::array< xtd::byte > | xtd::io::file | static |
| read_all_bytes(const char_t *path) -> xtd::array< xtd::byte > | xtd::io::file | inlinestatic |
| read_all_lines(const xtd::string &path) -> xtd::array< xtd::string > | xtd::io::file | static |
| read_all_text(const xtd::string &path) -> xtd::string | xtd::io::file | static |
| remove(const xtd::string &path) -> void | xtd::io::file | static |
| replace(const xtd::string &source_file_name, const xtd::string &destination_file_name, const xtd::string &destination_backup_file_name) -> void | xtd::io::file | static |
| set_attributes(const xtd::string &path, xtd::io::file_attributes attributes) -> void | xtd::io::file | static |
| set_creation_time(const xtd::string &path, const xtd::date_time &creation_time) -> void | xtd::io::file | static |
| set_last_access_time(const xtd::string &path, const xtd::date_time &last_access_time) -> void | xtd::io::file | static |
| set_last_write_time(const xtd::string &path, const xtd::date_time &last_write_time) -> void | xtd::io::file | static |
| set_permissions(const xtd::string &path, xtd::io::file_permissions permissions) -> void | xtd::io::file | static |
| write_all_lines(const xtd::string &path, type_t contents) -> void | xtd::io::file | inlinestatic |
| write_all_lines(const xtd::string &path, const std::initializer_list< type_t > &contents) -> void | xtd::io::file | inlinestatic |
| write_all_text(const xtd::string &path, type_t text) -> void | xtd::io::file | inlinestatic |
| write_text(const xtd::string &path) -> xtd::io::stream_writer | xtd::io::file | static |