Files
gpx.studio/website/src/lib/docs/uk/menu/file.mdx
T

53 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-10-21 23:08:45 +02:00
---
title: File actions
---
<script lang="ts">
2025-11-10 19:06:03 +01:00
import { Plus, FolderOpen, Copy, FileX, Download } from '@lucide/svelte';
2024-10-21 23:08:45 +02:00
import DocsNote from '$lib/components/docs/DocsNote.svelte';
</script>
# { title }
The file actions menu contains a set of pretty self-explanatory file operations.
### <Plus size="16" class="inline-block" style="margin-bottom: 2px" /> New
Create a new empty file.
### <FolderOpen size="16" class="inline-block" style="margin-bottom: 2px" /> Open...
Open files from your computer.
<DocsNote>
You can also drag and drop files directly from your file system into the window.
</DocsNote>
### <Copy size="16" class="inline-block" style="margin-bottom: 2px" /> Duplicate
Create a copy of the currently selected files.
2025-11-10 19:06:03 +01:00
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete
2024-10-21 23:08:45 +02:00
2025-11-10 19:06:03 +01:00
Delete the currently selected files.
2024-10-21 23:08:45 +02:00
2025-11-10 19:06:03 +01:00
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Delete all
2024-10-21 23:08:45 +02:00
2025-11-10 19:06:03 +01:00
Delete all files.
2024-10-21 23:08:45 +02:00
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export...
Open the export dialog to save the currently selected files to your computer.
### <Download size="16" class="inline-block" style="margin-bottom: 2px" /> Export all...
Open the export dialog to save all files to your computer.
<DocsNote type="warning">
2026-04-02 18:43:41 +02:00
Якщо завантаження не починається після натискання кнопки завантаження, будь ласка, перевірте налаштування браузера, щоб дозволити завантаження з <b>gpx.studio</b>.
2024-10-21 23:08:45 +02:00
</DocsNote>