Gets the path of a temporary file with the specified name.
name
Returns the file path or null if the file doesn't exist.
static String? getTempFilePath(String name) { return _tempFiles[name]; }