Page 1 of 1

multi selected items in list

Posted: 29 Oct 2014 19:58
by yusef88
how add all selected items ,the <curitem> refers only to one selected item

Code: Select all

paperfolder("Favs", <curitem>, , "as")

Re: multi selected items in list

Posted: 29 Oct 2014 21:41
by highend

Code: Select all

paperfolder("Favs", "<get selecteditemspathnames |>", "|", "as");

Re: multi selected items in list

Posted: 29 Oct 2014 22:29
by yusef88
very good.. thanks highend :appl: