簡體   English   中英

Rogue Wave中的默認目錄

[英]Default Directory in Rogue Wave

我正在嘗試讓IlvFileChooser在默認目錄中打開,但是找不到任何選項來執行此操作。 有什么想法嗎?

IlvFileChooserOptions* opt = new IlvFileChooserOptions(IlvFileChooserOpen);
opt->addFilter("Comma separated files (*.csv)", "csv");

IlvFileChooser* dlg = new IlvFileChooser(SIDGetDisplay(), 0, 0, opt);

if (dlg->get() > 0) 
{
  ...
}

從流氓文檔中,似乎IlvFileChooser的第二個參數是默認目錄。

您想要的文檔在這里

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM