SelectDirectory()函数
摘要:
#include void __fastcall TOthersSettingForm::btnSelectNewPathClick(TObject *Sender){ String Dir = edt1->Text; if (SelectDirectory(L"請選擇路徑", WideString(""),Dir)) { if (Dir.SubString(Dir.Length(),1) != '\\') Dir = Dir + "\\"; MainForm->FileInfo.asPath = Dir; 阅读全文
posted @ 2013-11-20 17:00 RoyalGao 阅读(239) 评论(0) 推荐(0) 编辑