ps. use the following code to create a directory (or
subdir):
MkDir App.Path & "\Wave"
>I have been working on this problem off and on for well over a week. I have
>some .wav files in a subdirectory of the directory that my vb. program is
>in. (c:\The Math School\Wave). When coding the program I used the c:\The
>Math School\Wave\file.wav path to play the wave files. When using the VB6
>P&DW I have yet to get it to create a subdirectory under The Math School
>when installing it to another pc? I am able to get the setup to create this
>subdirectory when I use InstallMaker. However after installing the program
>on another pc the path is c:\Program files\The Math School\Wave. As you can
>see this is not the path in my code c:\The Math School\Wave. I guess I
>could go back and recode the path to where the file will be after installing
>it on another computer (c:\Program Files\The Math School\Wav) instead of
>where it is on my computer while coding (c:\The Math School\Wave)? But I
>don't want to do this every time I make a program unless I don't have enough
>sense to do it another way. As some of you know I asked questions about
>this a week or so ago. I got several great replies but have not gotten any
>to work yet. Please give it another try at explaining how to do this.
>Thank You
>Larry