cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
how to file handling
how to file handling
Aug 1, 2018 at 6:35am UTC
jamesgodspower
(15)
help please
1) how can i make C++ program to search for files that start with A and end in B, and to delect those files?
2) how to get the directories where a file is stored?
Aug 1, 2018 at 7:13am UTC
Thomas1965
(4571)
If your compiler supports C++17 you can use the filesystem library.
https://en.cppreference.com/w/cpp/filesystem
Aug 1, 2018 at 11:20am UTC
jamesgodspower
(15)
ok thanks Thomas1965 (N)
Topic archived. No new replies allowed.