Advertisement

Files and STL

Started by December 07, 2000 09:54 AM
1 comment, last by Derfel 24 years, 1 month ago
Hello, I''m working with fstream and... i don''t know how i can rename or delete a file. it''s that possible with STL?. I''m interesting, too, in get the name of all files of a subdirectory. Thank you very much for the help. pd: I''m using STLport instead of VC6''s STL.
File management is handled in the C standard library. Look at the functions "rename" and "remove" in io.h or stdio.h (or cstdio, if you want it in namespace std).
Advertisement
Thank you.

This topic is closed to new replies.

Advertisement