17 lines
445 B
Markdown
17 lines
445 B
Markdown
---
|
|
favicon: /favicons/dropbox.svg
|
|
items:
|
|
- name: Create a folder
|
|
desc: Creates a new folder with the given parent folder and folder name.
|
|
- name: Create a text file
|
|
desc: Create a new text file from plain text content you specify.
|
|
- name: Rename a file
|
|
desc: Rename a file with the given file path and new name.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|