Is there any legal way of cross-platform transfer of folders / files in C ++? Target platforms: Linux, Win32, Mac OS X. It is desirable to transfer methods, rather than copy / remove, because inside one disc a simple transfer will be instant.

  • You need boost :: filesystem . - VladD
  • I tried it, but it can only be copied, but it is the transfer of files that is needed - Wanket
  • Did you try rename? - VladD
  • Tried, but the system swears: SIGABRT Aborted - Wanket
  • And if it works, then specifically renaming in one folder, and you need a transfer between folders - Wanket

0