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

 DESCRIPTION

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

 NOTES

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

 SYNTAX

 C_FILETIME(filename [,time] [,network])

 PARAMETERS

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

 time (C) is the time to set for the specified file as a character
 string in the 24 hour format "HH:MM" ("12:00").  To set the file so
 that it has no time, pass the character string "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_FILETIME() returns the current time of the file as a character string.

 EXAMPLES

 ? c_filetime("FILE.TXT") --> 11:10       && Just get the file time

 && This sets the time of the file to 09:00 and returns the previous time.
 ? c_filetime("FILE.TXT","09:00") --> 11:10


See Also: C_FILEDATE() C_FILESTAMP() C_FINDFILE()

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