how get specific path for FileOpenDialog?

I'm using FileDialog to open files. what happen is that always show me
the path where is found and not the path where I open the last file.
how i can save the last path

Use File.Dialog.GetPaths on the return and keep the path from the first
entry to use as the initial path next time, you could also consider
FileBrowseButtonWithHistory, see the Demo.

Gadget/Steve

ยทยทยท

On 27/10/2011 9:03 PM, iozk_Live wrote:

I'm using FileDialog to open files. what happen is that always show me
the path where is found and not the path where I open the last file.
how i can save the last path