Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_filedate() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_FILEDATE()

 DESCRIPTION

 The C_FILEDATE() function allows the date on a specified file to be
 read and changed.

 NOTES

 C_FILEDATE() always returns the current date for the file.  To set
 the file date, include the date parameter.

 SYNTAX

 C_FILEDATE(filename [,date] [,network])

 PARAMETERS

 filename (C) is the full name of the file to get or set the date.

 date (D/C) is the date to set for the specified file.  The date can
 be specified as either a date variable or a character string in a
 date format ("01/01/90").  To set the file so that it has no date,
 pass the character string "00/00/00".

 network (L) indicates whether or not the program is running on a
 network.  If the program is running on a network pass true (.T.) so
 the file can be opened with the proper share access, otherwise pass
 false (.F.).  If network is not specified, the default of false
 (.F.) is used.

 RETURNS

 C_FILEDATE() returns the current date of the file as a character string.

 EXAMPLES

 ? c_filedate("FILE.TXT") --> 01/10/90     && Just get the file date


 && This sets the date on the file to 03/01/90 and returns the
 && previous date.

 ? c_filedate("FILE.TXT","03/01/90") --> 01/10/90


See Also: C_FILETIME() C_FILESTAMP() C_FINDFILE()

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