Files

please who can help me write a program,which allow to carry out the following actions with files

*To look through contents of disks in catalogues
*To receive the detailed information on file(size,type,date of last change)
*To delete files from a disk
1. std::filesystem::recursive_directory_iterator
2. std::filesystem::directory_entry, std::filesystem::file_time_type
3. std::filesystem::remove, std::filesystem::remove_all
look up #include <fsteam>

it might help you.
Topic archived. No new replies allowed.