How to force users to choose a folder only under specific folder?

  • Thread starter Thread starter Mat
  • Start date Start date
M

Mat

Let say i have a fix folder named c:\myfolder.

-i would like to let users to choose any folder under this directory not
including the myfolder....
- i would like to pass toa sub as string the folder chosen without the root,
which is ( c:\myfolder)

Example.
let say user chosse c:\myfolder\a\b\c. i would like to pass a\b\c to a sub


Thanks you for help.
 
Back
Top