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