ここにパスとして文字列を渡すにはどうすればよいですか
void SaveLogFile()
{
logTxt->SaveFile(String::Concat
(System::Environment::GetFolderPath
(System::Environment::SpecialFolder::Personal),
"\\Testdoc.rtf"), RichTextBoxStreamType::RichNoOleObjs);
}
非 SpecialFolder を設定する方法がわかりません