wxMkDir() has 'perm' argument
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -161,10 +161,13 @@ with wildcard characters. See \helpref{wxIsWild}{wxiswild}.
|
||||
|
||||
\membersection{::wxMkdir}
|
||||
|
||||
\func{bool}{wxMkdir}{\param{const wxString\& }{dir}}
|
||||
\func{bool}{wxMkdir}{\param{const wxString\& }{dir}, \param{int }{perm = 0777}}
|
||||
|
||||
Makes the directory {\it dir}, returning TRUE if successful.
|
||||
|
||||
{\it perm} is the access mask for the directory for the systems on which it is
|
||||
supported (Unix) and doesn't have effect for the other ones.
|
||||
|
||||
\membersection{::wxRemoveFile}
|
||||
|
||||
\func{bool}{wxRemoveFile}{\param{const wxString\& }{file}}
|
||||
|
Reference in New Issue
Block a user