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