Dave "Crash" Dummy
2014-09-04 15:44:36 UTC
I am using BrowseForFolder to select a subdirectory starting at
a particular directory. This works fine, but I would like the option of
stepping back up the tree to the parent directory of the starting
directory. For example, if I start at d:\level1\level2 using this code,
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.BrowseForFolder(0,"Select",0,"d:\level1\level2")
Is there an option that allows me to step back to d:\level1 and select
from there?
a particular directory. This works fine, but I would like the option of
stepping back up the tree to the parent directory of the starting
directory. For example, if I start at d:\level1\level2 using this code,
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.BrowseForFolder(0,"Select",0,"d:\level1\level2")
Is there an option that allows me to step back to d:\level1 and select
from there?
--
Crash
A line in the sand doesn't mean much if it disappears at high tide.
Crash
A line in the sand doesn't mean much if it disappears at high tide.