Method GetTempPathSubFolder
GetTempPathSubFolder(string?)
Returns a subfolder path inside the system temporary directory.
public static string GetTempPathSubFolder(string? subFolder = null)
Parameters
subFolderstringOptional subfolder name to append to the temporary path. If
null, the base temporary path is returned.
Returns
- string
The full path to the specified subfolder within the temporary directory, or the base temporary path if no subfolder is provided.