mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 10:22:38 +02:00
lazutils: comment
git-svn-id: trunk@48077 -
This commit is contained in:
parent
faa8237679
commit
61c2952174
@ -122,12 +122,8 @@ begin
|
||||
Create(AFileName,Mode,438);
|
||||
{ Rights 438 is the default in the FCL TFileStream
|
||||
Under Unix:
|
||||
438 = $1B6 =
|
||||
6 = owner can read/write
|
||||
B = group can read/write, set group id
|
||||
1 = others can read
|
||||
Note: the real rights are "Rights and not umask", so "set group id" is
|
||||
usually not set.
|
||||
438 = &666 = owner/group/others can read/write
|
||||
Note: the real rights are "Rights and not umask"
|
||||
Under Windows Rights is not used.
|
||||
}
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user