1 2 3 4 5 6 7 8 9
% % Copyright (c) ZeroC, Inc. All rights reserved. % function addFolderToPath(f) addpath(f); savepath(); exit(0); end