home *** CD-ROM | disk | FTP | other *** search
- Name: DELFILE
- Mod : DELFILE.OBJ
- Decl: DECLARE SUB DelFile (FileName$, ErrCode%)
- Type: File
- Desc: Delete a file
-
- Name: EXIST
- Mod : EXIST.OBJ
- Decl: DECLARE SUB Exist (File$, Found%)
- Type: File
- Desc: See if a file exists
-
- Name: FINDFIRSTFX
- Mod : FINDFILX.OBJ
- Decl: DECLARE SUB FindFirstFx (Buffer$, FileName$, BYVAL FAttr%, ErrCode%)
- Type: Disk
- Desc: Find the first file to match your specs
-
- Name: FINDNEXTFX
- Mod : FINDFILX.OBJ
- Decl: DECLARE SUB FindNextFx (Buffer$, ErrCode%)
- Type: Disk
- Desc: Find any other files which match your specs
-
- Name: GETDATEFX
- Mod : GETDATEX.OBJ
- Decl: DECLARE FUNCTION GetDateFx$ (Buffer$)
- Type: Disk Time
- Desc: Get the date of a file matched by FindFirstFx/FindNextFx
-
- Name: GETSIZEFX
- Mod : GETSIZEX.OBJ
- Decl: DECLARE FUNCTION GetSizeFx& (Buffer$)
- Type: Disk
- Desc: Get the size of a file matched by FindFirstFx/FindNextFx
-
- Name: QPRINT
- Mod : QPRINT.OBJ
- Decl: DECLARE SUB QPrint (St$, BYVAL Row%, BYVAL Column%, BYVAL Page%, BYVAL Fast%)
- Type: Display
- Desc: Display text on the screen
-
- Name: CRITDONE
- Mod : CRITERR.OBJ
- Type: PRIVATE
-
- Name: CRITERROR
- Mod : CRITERR.OBJ
- Type: PRIVATE
-
- Name: CRITINIT
- Mod : CRITERR.OBJ
- Type: PRIVATE
-
- Name: FILENAME
- Mod : FILENAME.OBJ
- Type: PRIVATE
-
- Name: PARSEFNAME
- Mod : PARSFNAM.OBJ
- Type: PRIVATE
-