Commit 2d8cc618 authored by Georg Brandl's avatar Georg Brandl

[ 755617 ] os module: Need a better description of "mode"

parent 29822524
...@@ -764,6 +764,11 @@ Change the mode of \var{path} to the numeric \var{mode}. ...@@ -764,6 +764,11 @@ Change the mode of \var{path} to the numeric \var{mode}.
\item \code{S_IXOTH} \item \code{S_IXOTH}
\end{itemize} \end{itemize}
Availability: Macintosh, \UNIX, Windows. Availability: Macintosh, \UNIX, Windows.
\note{Although Windows supports \function{chmod()}, you can only
set the file's read-only flag with it (via the \code{S_IWRITE}
and \code{S_IREAD} constants or a corresponding integer value).
All other bits are ignored.}
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{chown}{path, uid, gid} \begin{funcdesc}{chown}{path, uid, gid}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment