Version: 2023.1
언어: 한국어
public static string crashReportFolder ;

설명

Returns the path to the crash report folder on Windows.

Crash reports are stored in %USERPROFILE%\AppData\LocalLow\(CompanyName)\(ProjectName)\Crashes folder on Windows Vista and later, and %USERPROFILE%\Local Settings\Application Data\(CompanyName)\(ProjectName)\Crashes in earlier operating systems. Crash reports are assigned a unique path on startup, so it is possible to know ahead of time where a crash report will be stored if one occurs.