Skip to content
Snippets Groups Projects
Commit 3b6bf441 authored by Eric Wait's avatar Eric Wait
Browse files

Convert data will now ask you where you want the output by putting you in the...

Convert data will now ask you where you want the output by putting you in the input directory first.
parent 82b00df9
Branches
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ if (~exist('imName','var') || isempty(imName))
end
if (~exist('outDir','var') || isempty(outDir))
outDir = uigetdir('.','Choose a folder to output to');
outDir = uigetdir(imDir,'Choose a folder to output to');
if (outDir==0)
warning('Nowhere to write!');
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment