what i wanna do is, to be able to write a custom path in an edit box, and then open that folder clicking a button..
I tryed
ShellExecute("EXPLORE", "open", string , NULL, NULL, SW_SHOWNORMAL);
the string is a widestring that i have saved the path to.
it would probally be bedst if I could take...