PDA

View Full Version : find directory


nfallon
08-07-2000, 10:44 AM
How do I go about finding a directory to install to? The directory that I need is Palm\PN\Install

It could be in the program files directory, off of the c:| root, or somewhere else.

My application has to install to this directory. The user may not know where the directory is.

Neil Fallon

nfallon
08-07-2000, 07:39 PM
I figured it out. I had the install directory as the were the files are to be placed. I then executed a script that bring the directory down 2 levels to where I can run the install app. In the execute section I typed %AppDir%\..\..\executable.

This worked fine.

Neil Fallon
nfallon@diligentsoftware.com

Originally posted by nfallon:
How do I go about finding a directory to install to? The directory that I need is Palm\PN\Install

It could be in the program files directory, off of the c:| root, or somewhere else.

My application has to install to this directory. The user may not know where the directory is.

Neil Fallon