home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / prog / ks94an.arj / FDATE.HDR < prev    next >
Text File  |  1994-04-24  |  813b  |  37 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _FDate(cFileName) --> dFileDate
  8.  
  9. PARAMETERS:
  10.  
  11. cFileName : Name of file to check
  12.  
  13. SHORT:
  14.  
  15. Get date of specified DOS file.
  16.  
  17. DESCRIPTION:
  18.  
  19. _FDate() returns the DOS date stamp from any DOS file.
  20.  
  21. The cFileName parameter may be fully qualified with a path.  If the file name
  22. contains no path, the current directory is assumed.
  23.  
  24. _FDate() returns and empty date (ie, CTOD("")) if the specified file does not
  25. exist.
  26.  
  27. NOTE:
  28.  
  29.  
  30.  
  31. EXAMPLE:
  32.  
  33. ? _FDate('TEST.TXT')
  34. ? _FDate('D:\TEST\TEST.TXT')
  35.  
  36. ******************************************************************************/
  37.