AppleScript folder action, help needed

Domov Diskusné Fóra Pomoc: software AppleScript folder action, help needed

Zobrazuje sa 1 príspevok (z celkového počtu 1)
  • Autor
    Príspevky
  • #65129
    ivan.m
    Účastník (Participant)

    Zdravim, chcem si urobit folder action, ktora mi po najdeni urciteho stringu („temp“) vo filename zmeni label suboru na zlty.

    na macosxhints som nasiel nieco podobne:
    http://www.macosxhints.com/article.php?story=20070408193708936

    prepisal som to, zial stale to nejde. Neviete kde mam chybu?

    on adding folder items to this_folder after receiving these_items
    tell application „Finder“
    repeat with myFile in these_items
    display dialog myFile as string
    if the name of myFile contains „temp“ then
    set label index of myFile to 4
    end if

    end repeat
    end tell
    end adding folder items to

Zobrazuje sa 1 príspevok (z celkového počtu 1)
  • Musíte byť prihlásený, aby ste mohli odpovedať na túto tému.