Get the temp directory
Future<String> getTempDirectory() async { _ensureInitialized(); return path.join(_baseDirectory!.path, 'Temp'); }