Hi,
I have already made an OLE document tree, but I would like to add another interesting thing - make the program run Windows's Explorer with the directory of selected file.
I tried to use "Run" command, but I guess, that I have problem with passing the variable:
It generates MessageBox with info, that path doesn't exist or doesn't specify directory.
What should I change or use instead?
sfetr
I have already made an OLE document tree, but I would like to add another interesting thing - make the program run Windows's Explorer with the directory of selected file.
I tried to use "Run" command, but I guess, that I have problem with passing the variable:
Code:
abcd = "c:\program files\"
run /n explorer (m.abcd)
It generates MessageBox with info, that path doesn't exist or doesn't specify directory.
What should I change or use instead?
sfetr