Hi
I have this line of code, which sorts items in a popup menu into a ascending manner, what I am wanting to do is have the items in a descending manner.
set sorter to current application's NSSortDescriptor's sortDescriptorWithKey_ascending_("kMDItemFSName",1)
I have tried this but it does nothing, so I guess i’m doing something wrong