<?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 [LISP] How to check URL exists? in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10680329#M54112</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to check using pure LISP if there is a file with the given name on the server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Oct 2021 12:52:19 GMT</pubDate>
    <dc:creator>iBlachu</dc:creator>
    <dc:date>2021-10-11T12:52:19Z</dc:date>
    <item>
      <title>[LISP] How to check URL exists?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10680329#M54112</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to check using pure LISP if there is a file with the given name on the server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:52:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10680329#M54112</guid>
      <dc:creator>iBlachu</dc:creator>
      <dc:date>2021-10-11T12:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: [LISP] How to check URL exists?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10681962#M54113</link>
      <description>&lt;P&gt;Searching a drive for a single file there is a easy way, you can use the software "Everything" its free and is great to find files. You can run a external shell cmd from Autocad.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.voidtools.com/support/everything/" target="_blank"&gt;Everything - voidtools&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;es.exe dwgname.dwg -full-path-and-name &amp;gt;d:/acadtemp/dwglist.txt&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The dwglist.txt will have all the dwg locations on all drives indexed by Everything.&lt;/P&gt;&lt;P&gt;You need this also&amp;nbsp;&lt;A href="https://www.voidtools.com/support/everything/command_line_interface/" target="_blank" rel="noopener"&gt;Command Line Interface - voidtools&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 03:02:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10681962#M54113</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-10-12T03:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: [LISP] How to check URL exists?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10682091#M54114</link>
      <description>&lt;P&gt;I need a pure LISP (AutoLISP) solution without VisualLisp if possible.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 05:37:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10682091#M54114</guid>
      <dc:creator>iBlachu</dc:creator>
      <dc:date>2021-10-12T05:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: [LISP] How to check URL exists?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10682152#M54115</link>
      <description>&lt;P&gt;Check this post and solution from &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1166654"&gt;@doaiena&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What software do you use that you need solution in vanilla autolisp. Without using vl functions solution is impossible.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 06:22:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10682152#M54115</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2021-10-12T06:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: [LISP] How to check URL exists?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10684844#M54116</link>
      <description>&lt;P&gt;What I posted is pure old lisp uses the SHELL command. You do need to download the program &lt;STRONG&gt;Everything&lt;/STRONG&gt; it is well worthwhile having finds files&lt;STRONG&gt; instantly&lt;/STRONG&gt; compared to explorer that works like 50% of the time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(command "._shell" "&lt;STRONG&gt;es.exe dwgname.dwg -full-path-and-name &amp;gt;d:/acadtemp/dwglist.txt")&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 06:44:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10684844#M54116</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-10-13T06:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: [LISP] How to check URL exists?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10684851#M54117</link>
      <description>&lt;P&gt;Post the page link, it currently goes to all of the posts by doiaena&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 06:42:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10684851#M54117</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-10-13T06:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: [LISP] How to check URL exists?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10684961#M54118</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1929695"&gt;@iBlachu&lt;/a&gt;&amp;nbsp; Check &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/verify-url-is-valid/m-p/9082360/highlight/true#M391076" target="_blank" rel="noopener"&gt;this solution&lt;/A&gt; from &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1166654"&gt;@doaiena&lt;/a&gt; and my reply to this post about further action needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 07:52:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10684961#M54118</guid>
      <dc:creator>hak_vz</dc:creator>
      <dc:date>2021-10-13T07:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: [LISP] How to check URL exists?</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10687056#M54119</link>
      <description>&lt;P&gt;Hak_vz thanks for update had a look.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also "How to check where is URL" and then "&lt;SPAN&gt;if there is a file with the given name on the server?" which one is it or both ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 01:24:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-how-to-check-url-exists/m-p/10687056#M54119</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2021-10-14T01:24:02Z</dc:date>
    </item>
  </channel>
</rss>

