home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / PROGRAM / BASIC / POWBASIC / LIBRARY5 / DISK.ZIP / DISK.INC < prev    next >
Text File  |  1990-05-15  |  693b  |  16 lines

  1. ' Include file for routines in DISK.OBJ
  2.  
  3. $link "disk.obj"            ' external object file.
  4.  
  5. declare function backup%(string,string) ' Copy Files
  6. declare function curdrv%()        ' Get current drive
  7. declare function exst%(string)        ' check for file attributes
  8. declare function find1$(string,integer)    ' Find First
  9. declare function find2$()        ' Find Next
  10. declare function freespace&(string)    ' return free space on a drive
  11. declare function iam$()            ' return the current program pathname
  12. declare function isdir$()        ' get the current directory
  13. declare function size&(string)        ' return the size of a file (bytes)
  14. declare sub chdrv(string)        ' Change Drive
  15. declare sub flush()            ' Flush File Buffers
  16.