Creates the directory path (and any missing parents).
path
@override Future<void> mkdir(String path) { _requireWrite(); return inner.mkdir(path); }