Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>fdatetime() get a file's date & time stamp information from dos</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FDATETIME() Get a file's Date & Time Stamp information from DOS

 Syntax....: FDATETIME( filespec )
 Parameters: <expC>: filespec = full Filename.Ext whose date-time is
                     to be obtained

 Returns...: <expC>: a string: "YYYYMMDDhhmmss"
 Cautions..: Use a correct & existing file name parameter
 CC Calls..: DATE2STR(), TIME2STR()
 Alias.....: none

 Example...: mFStamp = FDATETIME( "CONTROL.DBF" )
             ? mFStamp      && Result: "19901231235958" (...Happy New Year!)


See Also: STR2DATE STR2TIME DATE2STR TIME2STR

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