Daniel@0: function f = fullfileKPM(varargin) Daniel@0: % fullfileKPM Concatenate strings with file separator, then convert it to a/b/c Daniel@0: % function f = fullfileKPM(varargin) Daniel@0: Daniel@0: f = fullfile(varargin{:}); Daniel@0: f = strrep(f, '\', '/');