streamWrapper::mkdir Create a directory &reftitle.description; public boolstreamWrapper::mkdir stringpath intmode intoptions This method is called in response to mkdir. In order for the appropriate error message to be returned this method should not be defined if the wrapper does not support creating directories. &reftitle.parameters; path Directory which should be created. mode The value passed to mkdir. options A bitwise mask of values, such as STREAM_MKDIR_RECURSIVE. &reftitle.returnvalues; &return.success; &reftitle.errors; &userstream.not.implemented.warning; &reftitle.notes; &userstream.updates.context; &reftitle.seealso; mkdir streamwrapper::rmdir