home *** CD-ROM | disk | FTP | other *** search
- <<* GENUTIL.INC *>>
- <<#pragma
-
- function GetPrgName( prompt : string ) : string
- string fspec
- begin
- input prompt to fspec
- if fspec
- filespec( fspec,fpath,fname,fext )
- fspec := fpath + fname + '.PRG'
- end
- RETURN fspec
- end <<*GetPrgName*>>
-
- <<* EOF: GENUTIL.INC *>>
- #>>