how can selecteditem get label / tag name?

Discuss and share scripts and script files...
Post Reply
drjs5x
Posts: 152
Joined: 18 Nov 2015 18:12
Location: Turkey

how can selecteditem get label / tag name?

Post by drjs5x »

how can selecteditem get label , get tag name..?
thanks
newbie or not...........

highend
Posts: 13274
Joined: 06 Feb 2011 00:33

Re: how can selecteditem get label , get tag name..?????

Post by highend »

Code: Select all

$tag = tagitems("tag");
$label = tagitems("lbl");
for the current focused and selected item...
One of my scripts helped you out? Please donate via Paypal

drjs5x
Posts: 152
Joined: 18 Nov 2015 18:12
Location: Turkey

Re: how can selecteditem get label / tag name?

Post by drjs5x »

thanks dear
""
"***BATCH RENAME by Labels|run02.ico|0" status "Processs....!";setting "BackgroundFileOps", 0;foreach($file, "<get SelectedItemsNames |>") {$label = tagitems("lbl");if label=9 then rename 9_$lfile; };


dear my target. selected f,iles if label x only label 9 rename x_file.
script
please help
best regard


""
newbie or not...........

drjs5x
Posts: 152
Joined: 18 Nov 2015 18:12
Location: Turkey

Re: how can selecteditem get label / tag name?

Post by drjs5x »

i can, great work
script
""
"***Seçilen Dosyalari tags BATCH RENAME|run02.ico|0" status "Processs Dosya boyutuna Gore.........!";setting "BackgroundFileOps", 0;foreach($file, "<get SelectedItemsNames |>") {$tamyol=<curpath>\.$file;$label = tagitems("lbl",,$tamyol);If ($label=="") {delete 1, 0, $tamyol};};

""

:maf: :maf: :maf: :maf:
newbie or not...........

Post Reply