Appfs::copy will copy a file from any other filesystem to the Appfs filesystem. ``` int Appfs::copy(const char * dest, const char * source); ```