<?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: VLX path in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlx-path/m-p/1138974#M153701</link>
    <description>Hi Rakesh,

In VB and VBA you can get

app.path

There is probably something along those lines in Lisp.

-- 


Laurie Comerford
CADApps
www.cadapps.com.au

"Rakesh Rao" &lt;RAKESH.RAO&gt; wrote in message
news:41500EA9.7060201@4d-technologies.com...
&amp;gt;
&amp;gt; I have a VLX file that could be loaded from any location using appload
&amp;gt; or the (load ...) function. I would like to know the path of the VLX
&amp;gt; file from within the file itself. Is this possible? If so, how?
&amp;gt;
&amp;gt; The intention is that when the VLX file is running, it should look for
&amp;gt; some data files in the same directory as itself. So, I want to know
&amp;gt; where the VLX file is coming from (note: it may not or never be on the
&amp;gt; AutoCAD search path).
&amp;gt;
&amp;gt; Any help is apprciated.
&amp;gt;
&amp;gt; Regards
&amp;gt; Rakesh
&amp;gt; -- 
&amp;gt; --
&amp;gt; - Rakesh Rao [ rakesh.rao (at)4d-technologies.com ]
&amp;gt; - Four Dimension Technologies
&amp;gt;    [www.4d-technologies.com]
&amp;gt; - Get GeoTools, Work smarter: www.4d-technologies.com/geotools
&amp;gt; - Free Lisp downloads @ TechCenter: www.4d-technologies.com/techcenter
&amp;gt;&lt;/RAKESH.RAO&gt;</description>
    <pubDate>Tue, 21 Sep 2004 11:21:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2004-09-21T11:21:13Z</dc:date>
    <item>
      <title>VLX path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlx-path/m-p/1138973#M153700</link>
      <description>I have a VLX file that could be loaded from any location using appload 
or the (load ...) function. I would like to know the path of the VLX 
file from within the file itself. Is this possible? If so, how?

The intention is that when the VLX file is running, it should look for 
some data files in the same directory as itself. So, I want to know 
where the VLX file is coming from (note: it may not or never be on the 
AutoCAD search path).

Any help is apprciated.

Regards
Rakesh
-- 
--
- Rakesh Rao [ rakesh.rao (at)4d-technologies.com ]
- Four Dimension Technologies
   [www.4d-technologies.com]
- Get GeoTools, Work smarter: www.4d-technologies.com/geotools
- Free Lisp downloads @ TechCenter: www.4d-technologies.com/techcenter</description>
      <pubDate>Tue, 21 Sep 2004 11:21:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlx-path/m-p/1138973#M153700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-21T11:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: VLX path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlx-path/m-p/1138974#M153701</link>
      <description>Hi Rakesh,

In VB and VBA you can get

app.path

There is probably something along those lines in Lisp.

-- 


Laurie Comerford
CADApps
www.cadapps.com.au

"Rakesh Rao" &lt;RAKESH.RAO&gt; wrote in message
news:41500EA9.7060201@4d-technologies.com...
&amp;gt;
&amp;gt; I have a VLX file that could be loaded from any location using appload
&amp;gt; or the (load ...) function. I would like to know the path of the VLX
&amp;gt; file from within the file itself. Is this possible? If so, how?
&amp;gt;
&amp;gt; The intention is that when the VLX file is running, it should look for
&amp;gt; some data files in the same directory as itself. So, I want to know
&amp;gt; where the VLX file is coming from (note: it may not or never be on the
&amp;gt; AutoCAD search path).
&amp;gt;
&amp;gt; Any help is apprciated.
&amp;gt;
&amp;gt; Regards
&amp;gt; Rakesh
&amp;gt; -- 
&amp;gt; --
&amp;gt; - Rakesh Rao [ rakesh.rao (at)4d-technologies.com ]
&amp;gt; - Four Dimension Technologies
&amp;gt;    [www.4d-technologies.com]
&amp;gt; - Get GeoTools, Work smarter: www.4d-technologies.com/geotools
&amp;gt; - Free Lisp downloads @ TechCenter: www.4d-technologies.com/techcenter
&amp;gt;&lt;/RAKESH.RAO&gt;</description>
      <pubDate>Tue, 21 Sep 2004 11:21:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlx-path/m-p/1138974#M153701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-21T11:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: VLX path</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlx-path/m-p/1138975#M153702</link>
      <description>Exactly. I am looking for a Lisp equivalent of app.path

- Rakesh


Laurie Comerford wrote:
&amp;gt; Hi Rakesh,
&amp;gt; 
&amp;gt; In VB and VBA you can get
&amp;gt; 
&amp;gt; app.path
&amp;gt; 
&amp;gt; There is probably something along those lines in Lisp.
&amp;gt; 


-- 
--
- Rakesh Rao [ rakesh.rao (at)4d-technologies.com ]
- Four Dimension Technologies
   [www.4d-technologies.com]
- Get GeoTools, Work smarter: www.4d-technologies.com/geotools
- Free Lisp downloads @ TechCenter: www.4d-technologies.com/techcenter</description>
      <pubDate>Tue, 21 Sep 2004 11:42:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/vlx-path/m-p/1138975#M153702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-09-21T11:42:31Z</dc:date>
    </item>
  </channel>
</rss>

