Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dffilesize()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfFileSize()
Return size of file
------------------------------------------------------------------------------
Syntax:

     dfFileSize( <cFile>|<nHandle> ) --> nSize

Parameters:

     <cFile>|<nHandle> Name of file of wich return size or
     Handle of a opened file

Returns:

     <nSize> Size of file

Description:

     Allows to know the size of <filename> <Filename> is name file or
     handle

Example:

     ? dfFileSize( dfExeName() ) // Size of
                       // current .EXE

See also:

     dfExeName(), dfExeSize()

See Also: dfExeName() dfExeSize()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson