Skip to content

FS.DownloadFile

boxgaming edited this page Sep 25, 2023 · 3 revisions

Download a file from the virtual file system.

Syntax

FS.DownloadFile filepath$

Parameters

  • The filepath$ parameter indicates the file in the virtual filesystem which should be downloaded.

Examples

Example 1: Download a file from the virtual file system.

Import FS From "lib/io/fs.bas"

FS.DownloadFile "/test/img/logo.png"

See Also

FS.UploadFile
FS.ListDirectory

Clone this wiki locally