📅  最后修改于: 2022-03-11 14:44:53.839000             🧑  作者: Mango
using namespace System::Security;using namespace System::IO; ... String tempFolder;try { tempFolder = Path::GetTempPath();}catch(SecurityException* ex){ // probably means that you don't have the required permissions}catch(Exception* ex){ // handle all other exceptions}