|
[Date Index]
[Thread Index]
[Author Index]
Re: FileName Widget
- To: mathgroup at smc.vnet.net
- Subject: [mg114609] Re: FileName Widget
- From: Albert Retey <awnl at gmx-topmail.de>
- Date: Fri, 10 Dec 2010 02:29:47 -0500 (EST)
- References: <idnqsh$q7p$1@smc.vnet.net> <idqd1t$j40$1@smc.vnet.net>
Hi,
> Is there a way with FileNameSetter or the others to specify the initial
> search directory?
it is the directory of the initial filename that is used as the initial
search directory. This opens in $UserAddOnsDirectory:
fname = ToFileName[$UserAddOnsDirectory, "*"];
FileNameSetter[Dynamic[fname]]
hth,
albert
Prev by Date:
How to invert a function of several variables?
Next by Date:
Re: Puzzled by IntegerPart
Previous by thread:
Re: FileName Widget
Next by thread:
Re: FileName Widget
|