Hi all
I used System.Shell.ChooseFile(..) and the open dialog is opened, but i need to get the path that was chosen so i used System.Shell.Item.Path but it didn't work, any help
Hi all
I used System.Shell.ChooseFile(..) and the open dialog is opened, but i need to get the path that was chosen so i used System.Shell.Item.Path but it didn't work, any help
System.Shell.ChooseFile(..)
incendy
var filePath = oItem.path;