Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 87055

filepath

$
0
0

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


Viewing all articles
Browse latest Browse all 87055

Trending Articles