Hi,
In an exception check, i am trying to remove a textfile that has some errors in it (save under .sim). However, its name is variable. 'newname' is the variable name of the file that i would like to remove and is a string type. Can someone tell me how to do this?
if (size(RowsForSKU,1) + row1(1)) > size(C_new,1)
X = ['Long name file order mixed up, therefore, article ',ReadSKU, ' removed with simulation file name ',newname,'.sim'];
disp(X)
delete 'char(newname).sim';
OmmittedFiles = OmmittedFiles +1;
else
end