[1422d3]: / util / mkdir_pers.m

Download this file

7 lines (6 with data), 150 Bytes

1
2
3
4
5
6
7
function mkdir_pers(directory, savefile)
if savefile
if exist(directory, 'dir') ~= 7
mkdir(directory);
end %if exist
end %if savefile