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