Creates a directory and all necessary parent directories dynamically if they do not exist.
@override Future<void> initialize() async { await _root.create(recursive: true); }