Hello guys
I use this script to get my filepath
var TargetFolder= Folder.selectDialog("Select a target"), /target alert(TargetFolder.fsName);
the result:
/users/test/desktop/321423/source/copy here/
how do I filter in the alert so I just grep /321423/source/
thank you in advance