home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / altvb10b.zip / HLPFILES.ZIP / DEMON32.HLP < prev    next >
Text File  |  1990-10-25  |  633b  |  15 lines

  1. ┌────────────────────────────────────────────────────┐
  2. │            Return the size of a file.              │
  3. └────────────────────────────────────────────────────┘
  4.  
  5. This function reports the size of the file(s) that you
  6. specify. The filename can include a directory path and
  7. may be ambiguous, using the wildcard characters '*' or
  8. '?'. SIZEOF returns the size of the file, in bytes or,
  9. if more than one match is found, the total size of all
  10. the files. 
  11.  
  12. If a size of zero is returned, the file does not exist
  13. (at least not in the directory specified).  This means
  14. you don't have to open the file to see if it's there.
  15.