Message16452
| Author |
georg.brandl |
| Recipients |
| Date |
2005年07月18日.08:17:53 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=1188172
Added this note to the chmod docs:
Although Windows supports chmod, you can only set the
file's read-only flag with this function (via the
\code{S_IWRITE}
and \code{S_IREAD} constants or a corresponding integer value).
All other bits are ignored.
Doc/lib/libos.tex r1.164, r1.146.2.10. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:13:58 | admin | link | issue755617 messages |
| 2007年08月23日 14:13:58 | admin | create |
|