home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / DDOV10.ZIP / DDOV.INF < prev    next >
Text File  |  1994-01-08  |  1KB  |  63 lines

  1. Name: DELFILE
  2. Mod : DELFILE.OBJ
  3. Decl: DECLARE SUB DelFile (FileName$, ErrCode%)
  4. Type: File
  5. Desc: Delete a file
  6.  
  7. Name: EXIST
  8. Mod : EXIST.OBJ
  9. Decl: DECLARE SUB Exist (File$, Found%)
  10. Type: File
  11. Desc: See if a file exists
  12.  
  13. Name: FINDFIRSTFX
  14. Mod : FINDFILX.OBJ
  15. Decl: DECLARE SUB FindFirstFx (Buffer$, FileName$, BYVAL FAttr%, ErrCode%)
  16. Type: Disk
  17. Desc: Find the first file to match your specs
  18.  
  19. Name: FINDNEXTFX
  20. Mod : FINDFILX.OBJ
  21. Decl: DECLARE SUB FindNextFx (Buffer$, ErrCode%)
  22. Type: Disk
  23. Desc: Find any other files which match your specs
  24.  
  25. Name: GETDATEFX
  26. Mod : GETDATEX.OBJ
  27. Decl: DECLARE FUNCTION GetDateFx$ (Buffer$)
  28. Type: Disk Time
  29. Desc: Get the date of a file matched by FindFirstFx/FindNextFx
  30.  
  31. Name: GETSIZEFX
  32. Mod : GETSIZEX.OBJ
  33. Decl: DECLARE FUNCTION GetSizeFx& (Buffer$)
  34. Type: Disk
  35. Desc: Get the size of a file matched by FindFirstFx/FindNextFx
  36.  
  37. Name: QPRINT
  38. Mod : QPRINT.OBJ
  39. Decl: DECLARE SUB QPrint (St$, BYVAL Row%, BYVAL Column%, BYVAL Page%, BYVAL Fast%)
  40. Type: Display
  41. Desc: Display text on the screen
  42.  
  43. Name: CRITDONE
  44. Mod : CRITERR.OBJ
  45. Type: PRIVATE
  46.  
  47. Name: CRITERROR
  48. Mod : CRITERR.OBJ
  49. Type: PRIVATE
  50.  
  51. Name: CRITINIT
  52. Mod : CRITERR.OBJ
  53. Type: PRIVATE
  54.  
  55. Name: FILENAME
  56. Mod : FILENAME.OBJ
  57. Type: PRIVATE
  58.  
  59. Name: PARSEFNAME
  60. Mod : PARSFNAM.OBJ
  61. Type: PRIVATE
  62.  
  63.