1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>PATHSEP Path Directories Separation Character
</TITLE>
</HEAD>
<BODY>
<H2>PATHSEP Path Directories Separation Character
</H2>
<P>
Section: <A HREF=sec_freemat.html> FreeMat Functions </A>
<H3>Usage</H3>
The <code>pathsep</code> routine returns the character used to separate multiple directories
on a path string for the current platform (basically, a semicolon for Windows,
and a regular colon for all other OSes). The syntax is simple:
<PRE>
x = pathsep
</PRE>
<P>
</BODY>
</HTML>
|