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


Syntax:        L_FILEDATE(<expC>)


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



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


Returns:        A Clipper date.


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


Examples:      ? L_FILEDATE("C:\COMMAND.COM")   && Result: 17/03/87


Language:      Clipper

See Also: L_FILESIZE() L_FILETIME()

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