Re: getDirectory problem on Windows Vista Business
Posted by Gabriel Landini on May 04, 2007; 1:21pm
URL: http://imagej.273.s1.nabble.com/getDirectory-problem-on-Windows-Vista-Business-tp3699601p3699605.html
On Friday 04 May 2007 12:41:07 Ben Sutcliffe wrote:
> I need help. I have searched the forum but cannot find a solution to this
> problem.
>
> We can't get the following macro to work with Windows Vista Business (Works
> fine on XP):
>
> dir1 = getDirectory("Choose Source Directory ");
What would you name a directory "Choose Source Directory"?
Maybe you want:
dir1 = getDirectory(getString("Choose Source Directory ", ""));
Cheers,
G.