waynebrady
Programmer
Is there a quick function/way to identify the file size of a file on disk? I wanted to avoid listing the directory to a text file and then parsing and locating the file size from that.
Wayne Brady
Wayne Brady
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
lcOldCompat = SET("COMPATIBLE")
SET COMPATIBLE ON
? FSIZE("MyFile.TXT")
SET COMPATIBLE &lcOldCompat