static Directory? createTempDirSync({String? category}) { String? path = getTempPath(category: category); return createDirSync(path); }