Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_filesize()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_FILESIZE()


Syntax:        L_FILESIZE(<expC>)


Purpose:       To access the DOS directory to determine the size, in
               bytes, of a file.


Arguments:     <expC> is the path and file name of the file to be
               checked. Wild cards are not allowed.


Returns:        The size of the file in bytes.


Usage:         To determine file size for backup purposes.


Examples:      ? L_FILESIZE("C:\COMMAND.COM")     && Result: 25302


Language:      Clipper

See Also: L_FILEDATE() L_FILETIME()

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