Changeset 143


Ignore:
Timestamp:
Nov 29, 2010, 4:25:32 PM (13 years ago)
Author:
gostiaux
Message:

bug with permissions fixed.

File:
1 edited

Legend:

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

    r128 r143  
    115115cd(path);
    116116mkdir([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)
    118118if ~strcmp(msg2,'')
    119     msgbox_uvmat('ERROR',['pb of permission for ' subdir_ima ': ' msg2])%error message for directory creation
     119    msgbox_uvmat('ERROR',['pb of permission for ' subdir_ima '_b' ': ' msg2])%error message for directory creation
    120120    cd(curdir)
    121121    return
Note: See TracChangeset for help on using the changeset viewer.