From: Valentine Oradiegwu on
Hi Forum,

I would like to get the absolute file path information selected by a user when he clicks the Open button on the toolbar of my gui and selects a file. How do I go about this?

Cheers.
From: Maxx Chatsko on
"Valentine Oradiegwu" <obioradiegwu(a)yahoo.com>
> Hi Forum,
>
> I would like to get the absolute file path information selected by a user when he clicks the Open button on the toolbar of my gui and selects a file. How do I go about this?
>
> Cheers.

If the directory changes...
variable=cd
You can then pass 'variable' or whatever you define it as to other functions.
Maxx