I have vb run on this folder, c:\np303\program, and with 4 subfolders, "archive", "stage_in", and logs.

like this:

c:\np303\program
c:\np303\stage_in
c:\np303\archive
c:\np303\log

strSource = app.path
msgbox strSource => c:\np303\program

How to change the path to c:\np303\stage_in without using "chdir"?

Thanks
vb999