- Timestamp:
- Nov 29, 2010, 4:25:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/sub_background.m
r128 r143 115 115 cd(path); 116 116 mkdir([subdir_ima '_b']); 117 [xx,msg2] = fileattrib( subdir_ima,'+w','g'); %yield writing access (+w) to user group (g)117 [xx,msg2] = fileattrib([subdir_ima '_b'],'+w','g'); %yield writing access (+w) to user group (g) 118 118 if ~strcmp(msg2,'') 119 msgbox_uvmat('ERROR',['pb of permission for ' subdir_ima ' : ' msg2])%error message for directory creation119 msgbox_uvmat('ERROR',['pb of permission for ' subdir_ima '_b' ': ' msg2])%error message for directory creation 120 120 cd(curdir) 121 121 return
Note: See TracChangeset
for help on using the changeset viewer.