1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>DIRSEP Director Seperator
</TITLE>
</HEAD>
<BODY>
<H2>DIRSEP Director Seperator
</H2>
<P>
Section: <A HREF=sec_os.html> Operating System Functions </A>
<H3>Usage</H3>
Returns the directory seperator character for the current platform. The
general syntax for its use is
<PRE>
y = dirsep
</PRE>
<P>
This function can be used to build up paths (or see <code>fullfile</code> for another
way to do this.
</BODY>
</HTML>
|