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

 DESCRIPTION

 The C_FILEINFO() function retrieves a specified file's size, date,
 time, and attributes.  It can be used as an alternative to
 Clipper's ADIR() and DIRECTORY() functions to quickly obtain
 information for just one file.

 SYNTAX

 C_FILEINFO(filename)

 PARAMETERS

 filename (C) is the full name of the file to obtain file information.

 RETURNS

 C_FILEINFO() returns the specified file's size, date, time, and
 attributes as a character string with each part separated by a
 comma ("90785, 01/01/90, 12:00, A").

 EXAMPLES

 s1 = c_fileinfo("FILE.TXT") --> "21550, 03/01/90, 10:10, R"


See Also: C_FILESIZE() C_FINDFILE() C_FINDFIRST() C_FINDNEXT()

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