Changeset 781 for trunk/src/series.m
- Timestamp:
- May 29, 2014, 6:17:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r777 r781 1525 1525 return 1526 1526 end 1527 [success,msg] = fileattrib(DirXml,'+w','g','s');% allow writing access for the group of users, recursively in the folder1527 [success,msg] = fileattrib(DirXml,'+w','g','s');% allow writing access for the group of users, recursively in the folder 1528 1528 if success==0 1529 msgbox_uvmat('WARNING',{['unable to set group write access to ' DirXml ':']; msg1});%error message for directory creation 1530 return 1529 msgbox_uvmat('WARNING',{['unable to set group write access to ' DirXml ':']; msg});%error message for directory creation 1531 1530 end 1532 1531 end
Note: See TracChangeset
for help on using the changeset viewer.