RoyalGao

要像一棵树栽在溪水旁,按时侯结果子,叶子也不枯干(诗篇)。
Mail: gaoquanning@163.com

导航

SelectDirectory()函数

#include <FileCtrl.hpp>

 

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;
  }
  edt1->Text = Dir ;
}

 

posted on 2013-11-20 17:00  RoyalGao  阅读(230)  评论(0编辑  收藏  举报