<div dir="ltr"><div dir="ltr"><div dir="ltr">Yes, it confused me this: sPath = "/root/bin".<br>The correct code is:<br><br>  Dim sPath As String = "/bin"<br><br>  Print sPath; " RW "; Access(sPath, gb.Read Or gb.write)<br>  Print sPath; " R  "; Access(sPath, gb.Read)<br>  Print sPath; " W  "; Access(sPath, gb.write)<br>  Print sPath; "    "; Access(sPath)<br><br>  In Condole:<br>  /bin RW False<br>  /bin R  True<br>  /bin W  False<br>  /bin    True</div><div dir="ltr"><br></div><div dir="ltr">I'm sorry :-(</div><div dir="ltr"><br></div><div>Regards</div><div>Gianluigi<br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno ven 22 mar 2019 alle ore 20:08 T Lee Davidson <<a href="mailto:t.lee.davidson@gmail.com">t.lee.davidson@gmail.com</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">How is it not behaving as you would expect, Gianluigi?<br>
<br>
<br>
And, Charlie, shouldn't the signature of the function be, "Accessible = Access ( Path [ , Mode ] ) as Boolean"?<br>
<br>
<br>
___<br>
Lee<br>
<br>
<br>
On 3/22/19 2:04 PM, Gianluigi wrote:<br>
> I'm afraid there is a bug in Access, let's hear what Benoit says.<br>
> <br>
> Regards<br>
> Gianluigi<br>
> <br>
> Il giorno ven 22 mar 2019 alle ore 17:32 Charlie Ogier <<a href="mailto:charlie@cogier.com" target="_blank">charlie@cogier.com</a> <mailto:<a href="mailto:charlie@cogier.com" target="_blank">charlie@cogier.com</a>>> ha scritto:<br>
> <br>
>     Hi Gianluigi,<br>
> <br>
>     I have fixed these.<br>
> <br>
>     Charlie<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" rel="noreferrer" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>