Hi, thanks for viewing
I was in the process of writing a script which adds folder bins to your project and names them according to the folder names from the source.
I'm using the script below to figure out what's going on. I thought this would return my original folder name but instead it comes back with 'Folder'. Does anyone know what I'm doing wrong?
Folder.selectDialog("Select folder...");
alert(Folder.name);
Cheers