
04-13-2001, 01:16 PM
|
|
Verbose Coder
Retired Moderator * Guru *
|
|
Join Date: Dec 1999
Location: Phoenix, Arizona
Posts: 3,011
|
|
Re: sequencial and random files
|
Try using App.Path, for example:
<PRE> strOutputFilename = App.Path & "\output.txt"</PRE>It'll give you your project folder in development mode (if you've saved your project) or the folder our EXE is in when you've compiled it.
Paul
|
|