Skip to content

Method to move a directory #65

@petele

Description

@petele

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions