Future<void> createDirectory(String path) async { await Directory(path.path).create(recursive: true); }