Answered
Remove file path keep folder name
The Bridge alert dialog displays the folder name KGD with the file path.
How can I remove the file path and keep the KGD folder name?
button1.onClick = function() {
var folderName = Folder.selectDialog("");
alert('alert 1: '+folderName);
}
