-
Notifications
You must be signed in to change notification settings - Fork 10
FS.DownloadFile
boxgaming edited this page Sep 25, 2023
·
3 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"