
* New translations en.json (Catalan) * New translations en.json (Catalan) * New translations map-controls.mdx (Spanish) * New translations map-controls.mdx (German) * New translations map-controls.mdx (Italian) * New translations map-controls.mdx (Polish) * New translations map-controls.mdx (Portuguese) * New translations map-controls.mdx (Chinese Simplified) * New translations map-controls.mdx (Portuguese, Brazilian) * New translations settings.mdx (Chinese Simplified) * New translations en.json (Italian) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Serbian (Latin)) * New translations en.json (Serbian (Latin)) * New translations en.json (Chinese Simplified) * New translations en.json (Chinese Simplified) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Belarusian) * New translations files-and-stats.mdx (Belarusian) * New translations getting-started.mdx (Belarusian) * New translations gpx.mdx (Belarusian) * New translations funding.mdx (Belarusian) * New translations mapbox.mdx (Belarusian) * New translations translation.mdx (Belarusian) * New translations integration.mdx (Belarusian) * New translations map-controls.mdx (Belarusian) * New translations menu.mdx (Belarusian) * New translations edit.mdx (Belarusian) * New translations file.mdx (Belarusian) * New translations settings.mdx (Belarusian) * New translations view.mdx (Belarusian) * New translations toolbar.mdx (Belarusian) * New translations clean.mdx (Belarusian) * New translations extract.mdx (Belarusian) * New translations merge.mdx (Belarusian) * New translations minify.mdx (Belarusian) * New translations poi.mdx (Belarusian) * New translations routing.mdx (Belarusian) * New translations scissors.mdx (Belarusian) * New translations time.mdx (Belarusian) * New translations faq.mdx (Belarusian) * New translations elevation.mdx (Belarusian) * New translations en.json (Italian) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Finnish) * New translations en.json (Finnish)
52 lines
1.4 KiB
Text
52 lines
1.4 KiB
Text
---
|
|
title: File actions
|
|
---
|
|
|
|
<script lang="ts">
|
|
import { Plus, FolderOpen, Copy, FileX, Download } from 'lucide-svelte';
|
|
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.
|
|
|
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close
|
|
|
|
Close the currently selected files.
|
|
|
|
### <FileX size="16" class="inline-block" style="margin-bottom: 2px" /> Close all
|
|
|
|
Close all files.
|
|
|
|
### <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">
|
|
|
|
If your download does not start after clicking the download button, please check your browser settings to allow downloads from <b>gpx.studio</b>.
|
|
|
|
</DocsNote>
|