#
def comment(object, comment=None):
- """comment: get or set the Finder-comment of the item, displayed in the \96Get Info\94 window."""
+ """comment: get or set the Finder-comment of the item, displayed in the 'Get Info' window."""
object = macfs.FSSpec(object)
fss = macfs.FSSpec(object)
object_alias = fss.NewAlias()
sys.stdin.readline()
def _test2():
- print '\nmorefindertools version %s\nTests coming up\83' %__version__
+ print '\nmorefindertools version %s\nTests coming up...' %__version__
import os
import random
pos = (100+i*10, 100+i*10)
windowposition(base, pos)
print '\twindow position', pos
- windowposition(base, orgpos) # park it where it was before\83
+ windowposition(base, orgpos) # park it where it was before
print 'Put a comment in file', f, ':'
print '\t', comment(f) # print the Finder comment this file has