|
Previous Top Next |
Prototype: | (String pFilename),Real |
pFileName | The name of the file to get the size for |
Returns | The size of the file. |
This method can be used on files that are over 2GB in size.
Example:
F CString(1025)
ITC ITCoreClass
Code
F = 'C:\hiperfil.sys'
Message('Size of ' & F & ' = ' & ITC.GetFileSize(F))
See also: