home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!mimsy!afterlife!adm!news
- From: S105728@umrvma.umr.edu ( Steve Poulsen)
- Newsgroups: comp.lang.pascal
- Subject: Command string
- Message-ID: <32164@adm.brl.mil>
- Date: 22 Aug 92 16:34:11 GMT
- Sender: news@adm.brl.mil
- Lines: 12
-
- I believe this is what you are looking for.
-
- ParamStr(n) will return the parameters where n goes from 1 to ParamCount.
-
- If n is 0 then ParamStr returns the path and filename. You could then use
- FSplit to break the path, drive, name and extension up.
-
- ======================================== ,--,
- Steven P. Poulsen <S105728@UMRVMA> ,' '--,
- Student of Electrical Engineering ---, ,'
- University of Missouri - Rolla ,','
- ======================================= , '
-