Changeset 349


Ignore:
Timestamp:
Dec 23, 2011, 3:36:45 PM (12 years ago)
Author:
gostiaux
Message:

bug for file permissions corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/ima_levels.m

    r171 r349  
    3333cd(path);
    3434mkdir([subdir_ima '_levels']);
    35   [xx,msg2] = fileattrib(subdir_ima,'+w','g'); %yield writing access (+w) to user group (g)
     35  [xx,msg2] = fileattrib([subdir_ima '_levels'],'+w','g') %yield writing access (+w) to user group (g)
    3636if ~strcmp(msg2,'')
    3737    msgbox_uvmat('ERROR',['pb of permission for ' subdir_ima ': ' msg2])%error message for directory creation
Note: See TracChangeset for help on using the changeset viewer.