www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Core Class: GetFileSize

Previous  Top  Next  


Prototype: (String pFilename),Real

 

pFileNameThe name of the file to get the size for

 

ReturnsThe 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:

GetFileAttrib

GetFilePart



Direct link to this page: http://www.icetips.com/manuals/utilities/getfilesize_core.htm