Files
automatisch/packages/docs/pages/apps/dropbox/actions.md
2023-04-06 18:59:55 +00:00

346 B

favicon, items
favicon items
/favicons/dropbox.svg
name desc
Create a folder Creates a new folder with the given parent folder and folder name.
name desc
Rename a file Rename a file with the given file path and new name.
<script setup> import CustomListing from '../../components/CustomListing.vue' </script>