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 move files from one folder to ano
how to move files from one folder to another continuosly.
Mar 26, 2013 at 3:05pm UTC
Anshh
(8)
Should move the files instead of copy and delete
Mar 26, 2013 at 3:31pm UTC
Chervil
(7320)
You could try
rename
, with the full path specified.
http://www.cplusplus.com/reference/cstdio/rename/
Topic archived. No new replies allowed.