1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-05-12 08:00:12 +00:00
3 FS.DownloadFile
boxgaming edited this page 2023-09-25 14:03:13 -05:00

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