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: Fri, 16 Sep 2005 16:34:13 -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=EXuL7+Cr2EwKccMDC2un44jl0fYsZaNPNDGXJ670bZW+77rv/bSRXdKRpUIWgQj17yaGUopokzjfeLZQ6hTgjorfO6CLpaQaQS4m0ro3+kZcRPnJKu28UHXG9gMURiHnAwKHdMbAkHatmS0YfIWfSTsAv0naXe69UkqDxclB6Bw=
On Friday 16 September 2005 04:05 pm, Michal Molhanec wrote:
> Chris wrote:
> > The ISCL.. International Standard of Common Logic. ;) A directory marked
> > read-only would be.. read-only.
>
> and what is common logic with RO directories? should it mean that all
> files in the dir are RO? or that you can add/rename/delete files in that
> dir? or both? or something another?
Think of it this way. For a file, the attributes effect the data inside the
file. For a directory, it effects the file listing (the directory's data). A
directory is read-only, so you can't modify the file listing.. you can't
change the attributes of files or folders in it, and you can't change the
list of files and folders in it (add to or remove from it). If a specific
file or directory in that directory is marked writeable, then you can change
the data *in that file or directory*.