home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #3 / K-CD-3-2002.ISO / OpenOffice / f_0046 / sbasic.jar / text / sbasic / common / 03130900.xml < prev    next >
Encoding:
Extensible Markup Language  |  2001-09-07  |  1.6 KB  |  29 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <html><head><title>GetPathSeparator Method [Runtime]</title><meta name="filename" content="text/sbasic/common/03130900"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css">
  3.  
  4.         p.P1{
  5.                 }
  6.         span.T1{
  7.                 font-weight:bold;}
  8.         </style></head><body>
  9.   
  10.   
  11.   <help:to-be-embedded Eid="getpathseparator" xmlns:help="http://openoffice.org/2000/help">
  12.   <p class="Head1"><help:link Id="66452">GetPathSeparator Method [Runtime]</help:link></p>
  13.   <p class="Paragraph">Returns the separator in the path names. The separator depends on the used operating system:</p>
  14.   </help:to-be-embedded>
  15.   <p class="Paragraph">\ - Windows</p>
  16.   <p class="Paragraph">: - Macintosh</p>
  17.   <p class="Paragraph">/ - Unix</p>
  18.   <p class="Paragraph"><span class="T1">Syntax</span>:</p>
  19.   <p class="Paragraph">GetPathSeparator() <help:key-word value="GetPathSeparator" tag="kw66452_1" xmlns:help="http://openoffice.org/2000/help"/></p>
  20.   <p class="Paragraph"><span class="T1">Return value</span>:</p>
  21.   <p class="Paragraph">String</p>
  22.   <p class="Paragraph"><span class="T1">Example:</span></p>
  23.   <p class="PropText">Sub ExampleGetPathSeparator</p>
  24.   <p class="PropText">REM The routine creates system-independently a neu directory.</p>
  25.   <p class="PropText">Dim sExamplePath as String</p>
  26.   <p class="PropText">sExamplePath = Application.PathSettings.Work & GetPathSeparator()& "Example"</p>
  27.   <p class="PropText">If Dir( sExamplePath, 16 )="" then MkDir( sExamplePath )</p>
  28.   <p class="PropText">End Sub</p>
  29.  </body></html>