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
change file name
change file name
Jan 27, 2014 at 1:39pm UTC
fmehri76
(23)
Hi. I really need to do this. How can I write a program that will change the "spaces"
in the names of the files in a folder and it subfolders to a "_". Thanks in advance.
Jan 27, 2014 at 1:51pm UTC
Peter87
(11234)
You can use std::rename to change the filename.
http://en.cppreference.com/w/cpp/io/c/rename
Jan 27, 2014 at 1:57pm UTC
fmehri76
(23)
OK. Thanks
Topic archived. No new replies allowed.