|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Library Reference > UserInterface > DBWSelectDir |
Shows a directory dialog box interface.
Function DBWSelectDir(Root, TitleMsg)
Root |
Show Open dialog box |
|---|---|
TitleMsg |
Show Save As dialog box |

The function returns a string containing the entire path file except of the last backslash "\"
rootdir="c:\program files\dbworks"
TitleMsg ="Select a dir for MechworksPDM"
msgbox DBWSelectDir(rootdir, TitleMsg)