RexxFile
Name   File Functions for REXX
Version  0.2
Author  Janosch R. Kowalcyk
     (see EMail Addresses)
Distrib. Freeware
Type   REXX DLL
Price   -
Note   w/ source
Source  Internet
     (see Internet - FTP sites)
     Name: rexxfile.*
"RexxFile is a small REXX function package (DLL) to show some file attributes
and information."
RexxFile exports the following functions:
RFLoadFuncs
 initialize RexxFile support
 RFDeregFuncs
deregister RexxFile external functions
 RFFuncList
show a list of all RexxFile external functions
 RFFileInfo
get the full file information record
 RFFileSize
get the size of the entire file
 RFEASize
get the size of the extended attributes
 RFLastWriteTime
get the time when the file was last written
 RFLastWriteDate
get the date when the file was last written
 RFLastWrite
get the date and time when the file was last written
RFLastAccessTime
 get the
time when the file was last accessed
 RFLastAccessDate
get the date when the file was last accessed
 RFLastAccess
get the date and time when the file was last accessed
RFCreateTime
 get the time
when the file was created
 RFCreateDate
 get
the date when the file was created
 RFCreated
 get
the date and time when the file was created
 RFFileAttrib
get the file attributes: AHRS
 RFAuthor
show the author information
 RFVersion
get the version of this package
 RFCopyright
show the copyright information
 
[Back: Touch function for REXX] 
[Next: Graphic & Printing]