Difference between revisions of "FILEINFO()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Class==
 
Disk and File Utilities
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to return information about a file
 
Function to return information about a file
Line 12: Line 8:
  
 
==See Also==
 
==See Also==
[[DBF()]], [[FMT()]], [[GETENV()]], [[GETLOG()]], [[NDX()]], [[SET FULLPATH]]
+
[[DBF()]], [[FMT()]], [[FSIZE()]], [[GETENV()]], [[GETLOG()]], [[NDX()]], [[SET FULLPATH]]
  
  
Line 38: Line 34:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Disk and File Utilities]]
 +
[[Category:Disk and File Utilities Functions]]

Latest revision as of 17:32, 27 November 2009

Purpose

Function to return information about a file


Syntax

FILEINFO(<expC>)


See Also

DBF(), FMT(), FSIZE(), GETENV(), GETLOG(), NDX(), SET FULLPATH


Description

The FILEINFO() function returns a comma-separated string containing information about the file specified in <expC>.

The following information is returned:

  • Day of the month of file last update date
  • Month of file last update date
  • Year of file last update date
  • Hours of file last update time
  • Minutes of file last update time
  • Seconds of file last update time
  • File attribute string
  • File size in bytes


Example

? fileinfo("db.exe")
30,9,2003,20,12,23,A,4731284


Products

Recital Server, Recital