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

Convert dir asks to put the output back in the original directory

parent ad244fa6
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ if (~exist('readPath','var') || isempty(readPath))
end
[~,name,~]=fileparts(readPath);
if (~exist('outDir','var') || isempty(outDir))
outDir = uigetdir('.',['Choose destination folder for source: ' name]);
outDir = uigetdir(readPath,['Choose destination folder for source: ' name]);
if (outDir==0), return, end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment