BetoValle Messages: 204 Registered: September 2020 Location: Brasil Valinhos SP
Experienced Member
Hi,
I built an application to backup files and in one routine I use the ShellOpenFolder function from the ComDlg.cpp file in the ide/common package. (the Util.cpp file in question is part of this component)
int n = gD.GetCursor();
String pasta_= gD.Get ( n,colunaDestino).ToString();
if(!pasta_.IsEqual("") )
ShellOpenFolder(pasta_);