Changeset 218 for trunk/src/series/time_series.m
- Timestamp:
- Mar 9, 2011, 10:50:25 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/time_series.m
r190 r218 237 237 pathdir=fullfile(RootPath{1},subdir_result); 238 238 while exist(pathdir,'dir') 239 pathdir=[pathdir '.0']; 239 subdir_result=[subdir_result '.0']; 240 pathdir=fullfile(pathdir,subdir_result); 240 241 end 241 242 [m1,m2,m3]=mkdir(pathdir); … … 245 246 [xx,msg2] = fileattrib(pathdir,'+w','g'); %yield writing access (+w) to user group (g) 246 247 if ~strcmp(msg2,'') 247 msgbox_uvmat('ERROR',['pb of permission for ' subdir_result': ' msg2])%error message for directory creation248 msgbox_uvmat('ERROR',['pb of permission for ' pathdir ': ' msg2])%error message for directory creation 248 249 return 249 250 end
Note: See TracChangeset
for help on using the changeset viewer.