Is it possible to rename folders in MIT app inventor
No, apps built with App Inventor can't rename folders using the built-in components. The stock File component only lets you save, read, append, and delete files, there's no built-in "rename folder" or "rename file" block. An extension can help you achieve this if you need renaming method for Android and not for iOS.
You use the File component Move block for this.
Again using the File component Delete block you can delete a directory, but it must be empty.
1 Like