| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Remove the *mode*, *parents* and *exist_ok* arguments from `WritablePath.mkdir()`. These arguments imply support for POSIX permissions and checking for preexistence of the path or its parents, but subclasses of `WritablePath` may not have these capabilities.
| Back | FazBrowse Home | New Git URL |
Remove the mode, parents and exist_ok arguments from WritablePath.mkdir(). These arguments imply support for POSIX permissions and checking for preexistence of the path or its parents, but subclasses of WritablePath may not have these capabilities.