0
how to move folder/file in c++
i've been working for a simple project called console file manager, can someone tell me in a simple way how to move folder/files in c++?
2 Respostas
+ 2
After you read Aaron's recommendation, consider your program's user's access rights. Without a granted access to a file system object, a program's attempt to do file operation might just fail.