xtd.core io examples
January 11, 2024 ยท View on GitHub
This folder contains xtd.core io examples used by Reference Guide and more.
- binary_reader shows how to use xtd::io::binary_reader class.
- binary_reader2 shows how to use xtd::io::binary_reader class.
- binary_reader3 shows how to use xtd::io::binary_reader class.
- directory_info shows how to use xtd::io::directory_info class.
- drive_info shows how to use xtd::io::drive_info class.
- file_info shows how to use xtd::io::file_info class.
- file_info2 shows how to use xtd::io::file_info class.
- file_info_append_text shows how to use xtd::io::file_info::append_text method.
- file_info_move_to shows how to use xtd::io::file_info::move_to method.
- file_info_open shows how to use xtd::io::file_info::open method.
- file_info_open_read shows how to use xtd::io::file_info::open_read method.
- file_info_open_text shows how to use xtd::io::file_info::open_text method.
- file_info_open_write shows how to use xtd::io::file_info::open_write method.
- file_info_replace shows how to use xtd::io::file_info::replace method.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name