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_filetime()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_FILETIME()


Syntax:        L_FILETIME(<expC>)


Purpose:       To access the DOS directory to determine the time the
               file was created or last updated.


Arguments:     <expC> is the file name plus extension of the file to
               be checked. The name must be unique.


Returns:        A character string of the type hh:mm:ss


Usage:         Useful to see if a file has been updated.



Examples:      ? L_FILETIME("COMMAND.COM")    && Result: 12:00:00


Language:      Clipper

See Also: L_FILEDATE() L_FILESIZE()

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