|
[Date Index]
[Thread Index]
[Author Index]
Re: Browsing for a Directory
- To: mathgroup at smc.vnet.net
- Subject: [mg89850] Re: Browsing for a Directory
- From: "David Park" <djmpark at comcast.net>
- Date: Sun, 22 Jun 2008 03:26:00 -0400 (EDT)
- References: <g3ihq3$fe8$1@smc.vnet.net>
Many thanks for asking that question! I was still using the old
Experimental`FileBrowse[].
I think you can use the following form to obtain a directory location:
FileNameSetter[Dynamic[folder], "Directory"]
Then you can you can combine this with a filename as follows:
newfilename = folder <> "Example1.nb"
--
David Park
djmpark at comcast.net
http://home.comcast.net/~djmpark/
"Laszlo Sturmann" <lschara at sonic.net> wrote in message
news:g3ihq3$fe8$1 at smc.vnet.net...
> Hi all,
>
> Is there a similar function to
>
> FileNameSetter[Dynamic[f]]
>
> with which I can browse and select a directory instead of a file and put
> it into a variable?
>
> Thanks,
>
> Laszlo
>
>
>
Prev by Date:
Re: LeafLabels
Next by Date:
Re: Browsing for a Directory
Previous by thread:
Re: Browsing for a Directory
Next by thread:
Re: Browsing for a Directory
|