I’m currently using perfect script in X3 to help users maneuver through directories easier. What I would like to do is display the sub directory on the toolbar by changing the text on a specific button.
I was able to do this in MS Word using the following:
CommandBars(“DirToolbar”).Control.Items(1).Caption = CurDir
where “CurDir” is a text variable that defines the current directory.
Thanks,
Tony