Problem in PutFileDialog and GetFileDialog
I have been migrated source from CS4 to CC2018.
Os: mac 10.13.1
AIFileDialogFilters ops;
sAIUser->PutFileDialog(ai::UnicodeString(Title), &ops, ai::UnicodeString(csvFileName), outCSVFile);
sAIUser->GetFileDialog(ai::UnicodeString(Title), &ops, outCSVFile);
I have problem in above code snippet. There is no dialog will opened.
And I tried to set filter of *.csv files.
But it run correctly in Windows machine.
How can I set filter to this function?
Or any other possible cases available to replace this function?
Regards,
Sandy