You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moving a folder requires a developer to recursively copy every item from the source folder to the destination folder, then delete the source version. Doing this recursively is easy enough, but developers may face challenges moving a folder if the size of the folder being moved exceeds the free disk space on the device.
This was previously supported with the moveTo() method.
The text was updated successfully, but these errors were encountered:
Moving a folder requires a developer to recursively copy every item from the source folder to the destination folder, then delete the source version. Doing this recursively is easy enough, but developers may face challenges moving a folder if the size of the folder being moved exceeds the free disk space on the device.
This was previously supported with the
moveTo()
method.The text was updated successfully, but these errors were encountered: