Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2982252 commit 2d8cc61Copy full SHA for 2d8cc61
1 file changed
Doc/lib/libos.tex
@@ -764,6 +764,11 @@ \subsection{Files and Directories \label{os-file-dir}}
764
\item \code{S_IXOTH}
765
\end{itemize}
766
Availability: Macintosh, \UNIX, Windows.
767
+
768
+\note{Although Windows supports \function{chmod()}, you can only
769
+set the file's read-only flag with it (via the \code{S_IWRITE}
770
+and \code{S_IREAD} constants or a corresponding integer value).
771
+All other bits are ignored.}
772
\end{funcdesc}
773
774
\begin{funcdesc}{chown}{path, uid, gid}
0 commit comments