-
Notifications
You must be signed in to change notification settings - Fork 15
FS.DownloadFile
boxgaming edited this page Jul 5, 2026
·
4 revisions
Download a file from the virtual file system.
FS.DownloadFile filepath$
- The filepath$ parameter indicates the file in the virtual filesystem which should be downloaded.
Example 1: Download a file from the virtual file system.
Import FS From "lib/io/fs.bas"
FS.DownloadFile "/test/img/logo.png"