fs_copy_file

void fs_copy_file(const char *from, const char *to)

Copies file contents.

fs_copy_file("foo.txt", "bar.txt");

Parameters
  • from[in] Some null-terminated path to the source file

  • to[in] Some null-terminated path to the destination file