<?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: Open path lisp in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-path-lisp/m-p/6728593#M125982</link>
    <description>&lt;P&gt;How many paths do you need to save? &amp;nbsp;Can you not use the places shortcuts on the left side of the open dialog?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Places.png" style="width: 478px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/299081iC2DB2282563C82B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Places.png" alt="Places.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Dec 2016 18:24:59 GMT</pubDate>
    <dc:creator>Shneuph</dc:creator>
    <dc:date>2016-12-05T18:24:59Z</dc:date>
    <item>
      <title>Open path lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-path-lisp/m-p/6728568#M125981</link>
      <description>&lt;P&gt;Im looking for a lisp that will open a specified path.&lt;BR /&gt;I want to use the open command or similar build in autocad not startapp explorer..&lt;BR /&gt;&lt;BR /&gt;defun c:run&lt;BR /&gt;&lt;BR /&gt;and it will open and take me to a directory that looks like C:\xx\xx\xx\xx\xx\xx\xx\xx\xx\&lt;BR /&gt;&lt;BR /&gt;at the moment i spen too much time going through my folders.&lt;BR /&gt;Anyone with great ideas?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 18:10:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-path-lisp/m-p/6728568#M125981</guid>
      <dc:creator>andreas7ZYXQ</dc:creator>
      <dc:date>2016-12-05T18:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Open path lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-path-lisp/m-p/6728593#M125982</link>
      <description>&lt;P&gt;How many paths do you need to save? &amp;nbsp;Can you not use the places shortcuts on the left side of the open dialog?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Places.png" style="width: 478px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/299081iC2DB2282563C82B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Places.png" alt="Places.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 18:24:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-path-lisp/m-p/6728593#M125982</guid>
      <dc:creator>Shneuph</dc:creator>
      <dc:date>2016-12-05T18:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Open path lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-path-lisp/m-p/6728604#M125983</link>
      <description>&lt;P&gt;Of course!&lt;BR /&gt;&lt;BR /&gt;Why make it more advanced than it has to be. Maybe my head just got stuck thinking about lisp &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 18:31:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-path-lisp/m-p/6728604#M125983</guid>
      <dc:creator>andreas7ZYXQ</dc:creator>
      <dc:date>2016-12-05T18:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Open path lisp</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-path-lisp/m-p/6728686#M125984</link>
      <description>&lt;P&gt;If you do decide that it would be convenient to have something like a little command name or a menu pick that will take you &lt;EM&gt;directly&lt;/EM&gt;, in &lt;EM&gt;one&lt;/EM&gt; step, into a particular folder, here's a way to do that [adjust the command name and file path to suit]:&lt;/P&gt;
&lt;PRE&gt;;;;  ODXYZ.lsp
;;;  to Open a Drawing in the C:\X\Y\Z Folder
(defun C:ODXYZ ()
  (vla-activate
    (vla-open
      (vla-get-documents
        (vlax-get-acad-object)
      )
      (getfiled "Select drawing:" "C:\\X\\Y\\Z\\" "dwg" 0)
    )
  )
)
(prompt "\nType ODXYZ to open a Drawing in the C:\X\Y\Z Folder.")
&lt;/PRE&gt;</description>
      <pubDate>Mon, 05 Dec 2016 18:59:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/open-path-lisp/m-p/6728686#M125984</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-12-05T18:59:13Z</dc:date>
    </item>
  </channel>
</rss>

