On 9 May 2019, at 10:58, Scott in Pollock <scottinpoll...@gmail.com> wrote:
> I just created this folder action and assign it to my clippings folders. 
> Issued solved (and "Automated" thanks to Sal... too bad Apple let him go).
> 
> <Screen Shot 2019-05-09 at 9.53.01 AM.png>

This will change the modification date for every clipping file in the folder, 
pretty sure.

Something like

tell app "Finder"
  if file type of (file theFile as alias) is not "TEXT" then 
    set file type of (file theFIle as alias) to "TEXT"
  end if
end tell

Might be better?

(untested)


-- 
DODGEBALL STOPS AT THE GYM DOOR Bart chalkboard Ep. BABF12



-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or need technical support, please email
"supp...@barebones.com" rather than posting to the group.
Follow @bbedit on Twitter: <https://www.twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bbedit+unsubscr...@googlegroups.com.
To post to this group, send email to bbedit@googlegroups.com.
Visit this group at https://groups.google.com/group/bbedit.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/FA577B7B-9125-40EF-A400-D884539E03C7%40kreme.com.

Reply via email to