Hi Corona folks,
I need to copy a folder from ResourceDirectory to DocumentsDirectory on iPad. I expected to find something like os.copyDir or lfs.copyDir but I’m coming up empty. There is the os.rename function which almost works except that it deletes the original folder and since ResourceDirectory is read-only I doubt that will work on the device.
Am I really going to have to recursively read each file/folder from source and do a write for each file/folder? Seems like a common task that Lua/Corona (or other folks) would have handled already.
Thanks for any help,
JB Tellez