Imagine Programming
You Imagine, We Create!
Home
Software
News
About
Contact
Links
Blog
Twitter
Donate
View product
FsizeMB
General Information
This DLL Returns the size of the specified file in MB
Result will be returned as string for further use!
Perhaps a later version will return a Quad number, but this was
focused at AMS lua, so Quads are not supported.
Download
::
Back to Dll's
:: 220 Downloads
Additional Information
DLL Info:
CallConvention: STD
Return type: String
In lua you could use tonumber(szNumericString); to convert
the result to a number.
Compatible with...
This dll can be used on any Windows based OS after Windows 2000,
using either a x86 (32bit) or a x64 (64bit) setup.
Library Functions
GetFileSize(szFilePath) - A path to an existing file! Returntype: String
Changelog
15-oct-2010
Release