wolffd@0: function s = safeStr(s) wolffd@0: % Change punctuation characters to they print properly wolffd@0: wolffd@0: s = strrep(s, '\', '/'); wolffd@0: s = strrep(s, '_', '-');