Re: [AD] Re: file_select_ex patch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] Re: file_select_ex patch
- From: Chris <chris.kcat@xxxxxxxxxx>
- Date: Tue, 13 Sep 2005 03:19:25 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=GzLvm0b7ssjHGCKZM9i8jph4QLbMh9oBUl1P6WCzvepYLKLdVY6ElYrZPfxEkpz1z1LXpAlh8ndPWlWz6T5mcAPj6Dm0GWVhwWVN64d5u4yrJHZ49aOcGGzo2fRoiOKOOuvjCv97IwTlxdJDEf55a8q5nOG8Ez5Ag3bD5tGgZuA=
On Tuesday 13 September 2005 02:45 am, Michal Molhanec wrote:
> Chris wrote:
> > and if you used ";/-r", there is no point in showing a read-only
> > directory (since all the files in it will be read-only, which you don't
> > want).
>
> this is definitely not true on DOS/Windows
Well, we all know how good DOS/Windows's file security is ;)
> (and on linux I think
> readonly dir means that you just cannot create/delete/rename new files
> but you can edit existing)
Apparently. But only if you have those permissions for an existing file in
that directory. It'd be quite an odd setup to have a directory marked as
read-only to you, but have (some of) its contents read/writeable. Besides,
the directory is marked read-only so why would you want it listed when you
otherwise want read/write capabilities? If worse comes to worse, you can do
the same as a hidden directory.. type in the name manually and hit enter.