working directory

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

working directory

Florian Rosenstingl
Hello,

I am a Dolphin Newbee. I need the current directory
of my application. I have try to send the message
SessionManager current imageBase.
But I would like the current work directory of my
application.

Thanks for Help.

Yours sincerely Florian Rosenstingl


Reply | Threaded
Open this post in threaded view
|

Re: working directory

Don Rylander-3
Florian,

Try File class>>workingDirectory.  This kind of thing is usually handled by
SessionManager or one of its subclasses, but if you can't find what you're
looking for, try using the search command from the ClassHierarchyBrowser (it's
under Method/Browse/Containing Text...).

Don

"Florian Rosenstingl" <[hidden email]> wrote in message
news:a7sja4$no5vu$[hidden email]...

> Hello,
>
> I am a Dolphin Newbee. I need the current directory
> of my application. I have try to send the message
> SessionManager current imageBase.
> But I would like the current work directory of my
> application.
>
> Thanks for Help.
>
> Yours sincerely Florian Rosenstingl
>
>
>