Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How do update a Finder's windows after changing some files?

Answer: Try this code:
Example
dim f as folderitem // some file
dim ae as appleevent
ae=newappleevent("fndr","fupd","MACS")
ae.folderitemparam("----")=f
if not ae.send then
//something went wrong
end if

The folderitem.finderupdate from the MBS Plugin does something like this.


The biggest plugin in space...