Creates a directory at path.
path
@override void createDirectory(String path) { Directory(path).createSync(recursive: true); }