Closed storm1ng closed 3 years ago
This change introduces the following:
moveFile()
moveFolder()
toName
If you'd rather have the renaming in a separate method (e.g. moveAndRenameFile / moveAndRenameFolder), let me know.
moveAndRenameFile
moveAndRenameFolder
Ok, this doesn't seem to work as intended. I will reopen a PR only requesting path support.
path
This change introduces the following:
moveFile()
: allow to move files using paths instead of IDsmoveFolder()
: allow to move folders using paths instead of IDstoName
to allow a folder or file to be renamed after being moved.