<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How use GetCurrentDirectory in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988135#M27658</link>
    <description>There are dozens of examples using Win32 APII routines provided with CVF.  There's also the new book &lt;A href="http://www.compaq.com/fortran/visual/lawrence-book.html" target="_blank"&gt;Compaq Visual Fortran: A Guide to Creating Windows Applications&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Tue, 16 Apr 2002 01:56:21 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2002-04-16T01:56:21Z</dc:date>
    <item>
      <title>How use GetCurrentDirectory</title>
      <link>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988130#M27653</link>
      <description>Would someone write all the code required to use the function GetCurrentDirectory?  I cannot find any samples in any of the documentation or users guides.  I've tried various things that don't work, such as: &lt;BR /&gt;Integer  inum, ret &lt;BR /&gt;character*20 adirectory &lt;BR /&gt; &lt;BR /&gt;ret = GetCurrentDirectory (inum, adirectory) &lt;BR /&gt; &lt;BR /&gt;I don't get any compilation errors, it just doesn't work. &lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 13 Apr 2002 05:55:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988130#M27653</guid>
      <dc:creator>jschomaker</dc:creator>
      <dc:date>2002-04-13T05:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: How use GetCurrentDirectory</title>
      <link>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988131#M27654</link>
      <description>First argument is length of character buffer:&lt;PRE&gt;IF (GetCurrentDirectory(LEN(aDirectory), aDirectory)) THEN 
    !&lt;I&gt;Strip trailing char(0)&lt;/I&gt; 
    aDirectory = aDirectory(1 : INDEX(aDirectory, CHAR(0)))&lt;/PRE&gt;</description>
      <pubDate>Sat, 13 Apr 2002 19:27:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988131#M27654</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2002-04-13T19:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How use GetCurrentDirectory</title>
      <link>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988132#M27655</link>
      <description>...of course, aDirectory should probably be far more than 20. In general, you should use constant MAX_PATH (=260).</description>
      <pubDate>Sat, 13 Apr 2002 19:32:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988132#M27655</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2002-04-13T19:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: How use GetCurrentDirectory</title>
      <link>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988133#M27656</link>
      <description>Bah, sorry for 3rd message, "Edit" button doesn't work -- I forgot &lt;CODE&gt;.GT.0&lt;/CODE&gt; in the first post.</description>
      <pubDate>Sat, 13 Apr 2002 19:35:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988133#M27656</guid>
      <dc:creator>Jugoslav_Dujic</dc:creator>
      <dc:date>2002-04-13T19:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: How use GetCurrentDirectory</title>
      <link>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988134#M27657</link>
      <description>Jugoslav, &lt;BR /&gt;Thank you!!  It worked perfectly.  You are GREAT.  Do you know where in the documentation I could find examples of using this (or any) function?  Thanks Again!</description>
      <pubDate>Tue, 16 Apr 2002 00:45:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988134#M27657</guid>
      <dc:creator>jschomaker</dc:creator>
      <dc:date>2002-04-16T00:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: How use GetCurrentDirectory</title>
      <link>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988135#M27658</link>
      <description>There are dozens of examples using Win32 APII routines provided with CVF.  There's also the new book &lt;A href="http://www.compaq.com/fortran/visual/lawrence-book.html" target="_blank"&gt;Compaq Visual Fortran: A Guide to Creating Windows Applications&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 16 Apr 2002 01:56:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/How-use-GetCurrentDirectory/m-p/988135#M27658</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2002-04-16T01:56:21Z</dc:date>
    </item>
  </channel>
</rss>

