<?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: removing read-only file attribute with VLisp and API in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-read-only-file-attribute-with-vlisp-and-api/m-p/800543#M155699</link>
    <description>Hi Tyler&lt;BR /&gt;
&lt;BR /&gt;
Visit my homepage -&amp;gt; Free Stuff and search for 'VxGetFileInfos'...&lt;BR /&gt;
This function gets the file properties, but you've also the possibility&lt;BR /&gt;
to set some of the file properties with 'vlax-put...'.&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
-- &lt;BR /&gt;
Juerg Menzi&lt;BR /&gt;
MENZI ENGINEERING GmbH, Switzerland&lt;BR /&gt;
http://www.menziengineering.ch</description>
    <pubDate>Sun, 10 Mar 2002 23:21:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2002-03-10T23:21:47Z</dc:date>
    <item>
      <title>removing read-only file attribute with VLisp and API</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-read-only-file-attribute-with-vlisp-and-api/m-p/800542#M155698</link>
      <description>Greetings all,&lt;BR /&gt;
&lt;BR /&gt;
I&amp;#146;m using Windows 2000 Pro, AutoCAD 2002 and VisualLisp.&lt;BR /&gt;
&lt;BR /&gt;
I am trying to toggle off the read-only attributes at the file level using Vlisp and API. I have to believe that it is quite possible. Has anyone tried to do this? And, can anyone get me started down the right track.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
&lt;BR /&gt;
Tyler</description>
      <pubDate>Sun, 10 Mar 2002 21:10:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-read-only-file-attribute-with-vlisp-and-api/m-p/800542#M155698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-10T21:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: removing read-only file attribute with VLisp and API</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-read-only-file-attribute-with-vlisp-and-api/m-p/800543#M155699</link>
      <description>Hi Tyler&lt;BR /&gt;
&lt;BR /&gt;
Visit my homepage -&amp;gt; Free Stuff and search for 'VxGetFileInfos'...&lt;BR /&gt;
This function gets the file properties, but you've also the possibility&lt;BR /&gt;
to set some of the file properties with 'vlax-put...'.&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
-- &lt;BR /&gt;
Juerg Menzi&lt;BR /&gt;
MENZI ENGINEERING GmbH, Switzerland&lt;BR /&gt;
http://www.menziengineering.ch</description>
      <pubDate>Sun, 10 Mar 2002 23:21:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-read-only-file-attribute-with-vlisp-and-api/m-p/800543#M155699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-10T23:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: removing read-only file attribute with VLisp and API</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-read-only-file-attribute-with-vlisp-and-api/m-p/800544#M155700</link>
      <description>&lt;DIV&gt;&lt;FONT size="2"&gt;Hi Tyler,&lt;/FONT&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;FONT size="2"&gt;You can always use DOSLib's DOS_ATTRIB function.&amp;nbsp; You can &lt;BR /&gt;
download DOSLib for free from &lt;A&gt;&lt;BR /&gt;
href="ftp://ftp.mcneel.com/pub/doslib"&amp;gt;ftp.mcneel.com/pub/doslib&lt;/A&gt;.&lt;/FONT&gt;&lt;/DIV&gt;&lt;FONT&gt;&lt;BR /&gt;
size=2&amp;gt;&lt;BR /&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR /&gt;
&lt;DIV&gt;Dale Fugier&lt;BR /&gt;Robert McNeel &amp;amp; Associates&lt;BR /&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE dir="ltr"&gt;&lt;BR /&gt;
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"&amp;gt;&lt;BR /&gt;
  &lt;DIV&gt;"fnamelname" &amp;lt;&lt;A&gt;&lt;BR /&gt;
  href="mailto:tylerbradford@email.com"&amp;gt;tylerbradford@email.com&lt;/A&gt;&amp;gt; wrote in &lt;BR /&gt;
  message &lt;A&gt;&lt;BR /&gt;
  href="news:f0c33c8.-1@WebX.maYIadrTaRb"&amp;gt;news:f0c33c8.-1@WebX.maYIadrTaRb&lt;/A&gt;...&lt;/DIV&gt;Greetings &lt;BR /&gt;
  all, &lt;BR /&gt;
  &lt;P&gt;I&amp;#146;m using Windows 2000 Pro, AutoCAD 2002 and VisualLisp. &lt;BR /&gt;
  &lt;/P&gt;&lt;P&gt;I am trying to toggle off the read-only attributes at the file level using &lt;BR /&gt;
  Vlisp and API. I have to believe that it is quite possible. Has anyone tried &lt;BR /&gt;
  to do this? And, can anyone get me started down the right track. &lt;BR /&gt;
  &lt;/P&gt;&lt;P&gt;Thanks, &lt;BR /&gt;
  &lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 11 Mar 2002 07:23:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/removing-read-only-file-attribute-with-vlisp-and-api/m-p/800544#M155700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2002-03-11T07:23:57Z</dc:date>
    </item>
  </channel>
</rss>

