MATLAB Function Reference Previous page   Next Page
filesep

Return directory separator for current platform

Syntax

Description

f = filesep returns the platform-specific file separator character. The file separator is the character that separates individual directory names in a path string.

Examples

On the PC,

On a UNIX system,

See Also

fullfile, fileparts, pathsep


Previous page  fileparts fill Next page

© 1994-2005 The MathWorks, Inc.