<?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 Find path in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947892#M18772</link>
    <description>My CVF documentation tell me to use fullpathqq to obtain the path of a file.  Doesn't work.  It seems that fullpathqq is the Fortran equavalent of the C function _fullpath, which constructs a full filename by adding a path to a name.  Is it possible that the cvf documentation is wrong?  And if it is, who tested out that example in the cvf manual?</description>
    <pubDate>Thu, 19 Apr 2001 07:42:34 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2001-04-19T07:42:34Z</dc:date>
    <item>
      <title>Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947892#M18772</link>
      <description>My CVF documentation tell me to use fullpathqq to obtain the path of a file.  Doesn't work.  It seems that fullpathqq is the Fortran equavalent of the C function _fullpath, which constructs a full filename by adding a path to a name.  Is it possible that the cvf documentation is wrong?  And if it is, who tested out that example in the cvf manual?</description>
      <pubDate>Thu, 19 Apr 2001 07:42:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947892#M18772</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-04-19T07:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947893#M18773</link>
      <description>I just tried the example (looking at the 6.5 documentation) and it seems to do what it advertises.  What exactly do you think is the difference?&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 20 Apr 2001 05:12:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947893#M18773</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-04-20T05:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947894#M18774</link>
      <description>My documentation says that fullpathqq "Returns the full path for a specified file or directory.", and that the syntax is "result = FULLPATHQQ ( name, pathbuf ) ", where name is the "Item for which you want the full path.", and pathbuf is "Buffer to receive full path of the item specified in name." &lt;BR /&gt; &lt;BR /&gt;Yet when I use it, all it does it add the current working path to the name. &lt;BR /&gt; &lt;BR /&gt;I expected it to find the path of the file 'name'.</description>
      <pubDate>Sun, 22 Apr 2001 05:54:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947894#M18774</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-04-22T05:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947895#M18775</link>
      <description>Ah, I think I see.  Do you think that it searches for the file using the PATH environment variable and tells you where it found it?  It doesn't, and the documentation doesn't say it does.  The manual says the file specified: "Can be the name of a file in the current directory, a relative directory or filename, or a network uniform naming convention (UNC) path. "  The idea is that it returns the fully qualified path (full path) for a file specification that is not fully qualified, using the normal file specification conventions.  So if it is a file in the current directory (and no directory was specified), you get the current directory.  If you say ..file.txt, you get the full path of the parent directory, and so on.&lt;BR /&gt;&lt;BR /&gt;I think you misunderstood the description.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sun, 22 Apr 2001 06:14:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947895#M18775</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-04-22T06:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947896#M18776</link>
      <description>Jeepers, where did you get all that description.  My manual doesn't say any of that.  I am looking at dfmain.chm, dated 2/3/2000.  (And why am I looking at that specific file?  Well, as we all know, the CVF manual gets lost when one loads a new version of Visual C++).</description>
      <pubDate>Sun, 22 Apr 2001 06:23:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947896#M18776</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-04-22T06:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947897#M18777</link>
      <description>I am looking at the CVF 6.5A version of the manual.  I don't have the older one handy to see if it was different - it may have been.&lt;BR /&gt;&lt;BR /&gt;You should see our knowledge base article Q1031 regarding the help collections.  No need to explicitly look at DFMAIN.CHM if you don't want to.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Sun, 22 Apr 2001 23:00:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947897#M18777</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-04-22T23:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947898#M18778</link>
      <description>We have been (nearly) here before - see the exchange on GetFullPathName - currently down near No. 90.  I still have no solution (other than my successful DOS version) for a complete search of a drive for a file, returning the full path(s).  Does anyone know how?</description>
      <pubDate>Mon, 23 Apr 2001 19:08:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947898#M18778</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-04-23T19:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947899#M18779</link>
      <description>What, exactly, would you like such a function to do?  Isn't this just "search all possible drives for the file"?  Or do you want to restrict it to the PATH environment variable?&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 23 Apr 2001 20:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947899#M18779</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-04-23T20:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947900#M18780</link>
      <description>For my purposes, I would not want to have all possible drives searched, but would be satisfied with searching the path environmental variable as long as it is capable of searching in all its sub-directories if requested.  This would enable me to search either a complete drive if I need to, or perhaps just a single directory if I have more specific information on the file's location</description>
      <pubDate>Mon, 23 Apr 2001 21:53:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947900#M18780</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-04-23T21:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947901#M18781</link>
      <description>Well, you'll have to write such a routine yourself.  That's not what FULLPATHQQ is for (it returns the fully qualified file path for the given file).&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Mon, 23 Apr 2001 22:37:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947901#M18781</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-04-23T22:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947902#M18782</link>
      <description>For my purposes, I would not want to have all possible drives searched, but would be satisfied with searching the path environmental variable as long as it is capable of searching in all its sub-directories if requested.  This would enable me to search either a complete drive if I need to, or perhaps just a single directory if I have more specific information on the file's location</description>
      <pubDate>Tue, 24 Apr 2001 00:07:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947902#M18782</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-04-24T00:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947903#M18783</link>
      <description>I'm sorry my reply was duplicated - your website is being user-unfriendly from this end, including appearing to let me edit my reply, but then submitting the original. &lt;BR /&gt; &lt;BR /&gt;On the searching for files topic, I think I will stick with my DOS command called by SYSTEMQQ until your Fortran has something to offer - something you might put in your next upgrade perhaps? &lt;BR /&gt; &lt;BR /&gt;Over and out.</description>
      <pubDate>Tue, 24 Apr 2001 00:23:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947903#M18783</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2001-04-24T00:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Find path</title>
      <link>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947904#M18784</link>
      <description>I don't see us adding a routine of this nature.  We already offer routines for traversing directories.  &lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 24 Apr 2001 01:38:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Find-path/m-p/947904#M18784</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2001-04-24T01:38:58Z</dc:date>
    </item>
  </channel>
</rss>

