View forum topic
List of forum topicsSubject: free diskspace
09.10.2015 18:25:57 dkl
How can I check the free diskspace?
09.10.2015 19:31:45 Support Team
By default, the command 'Dialog - Setup Path' automatically checks the free size on the disk.
If you want to check the free size in 'Source Code' command you can use the code like this
str stemp
long total freesize
stemp = macrox_do( "#setuppath#" )
freesize = getdiskspace( stemp.getdiskname(), &total )
macrox_setint( "freemb", uint( freesize / 1024L * 1024L ))
Eonza automation software - free, open source cross-platform program for easy creation and management of scripts.
News
July 10, 2025 Installer CreateInstall 8.11.2 was released.
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
Latest articles