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