home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / ibm1 / do101j2.arj / INFO.SCR < prev    next >
Encoding:
Text File  |  1992-01-11  |  633 b   |  22 lines

  1. .pg wi full clr cy
  2.     COMMAND NAME»gray«: »%t« FileInformation »ye«
  3.  
  4.     /INFO {filename}
  5. /cw
  6.     »%t«FileInformation»#« places information about »cy«{filename}»#«
  7.     into three variables:
  8.  
  9.     »cy«FILESIZE»#«  number of bytes in the file
  10.     »cy«FILEDATE»#«  date file was created or last modified
  11.     »cy«FILETIME»#«  time file was created or last modified
  12.  
  13.     Here is an example using the »ye«TUTORIAL.SCR»#« file.  Press
  14.     »bo«<enter>»#« to execute the command.
  15.  
  16. |/INFO TUTORIAL.SCR
  17.  
  18. |    »ye«TUTORIAL.SCR»#« was last modified on %FILEDATE at %FILETIME.
  19. |    It is %FILESIZE bytes long.
  20.  
  21. /ENDEXEC CLEAR
  22.