Lines Matching refs:FSSpec
46 """Open a file thru the finder. Specify file by name or fsspec"""
48 fss = Carbon.File.FSSpec(file)
52 """Print a file thru the finder. Specify file by name or fsspec"""
54 fss = Carbon.File.FSSpec(file)
63 src_fss.append(Carbon.File.FSSpec(s))
65 src_fss = Carbon.File.FSSpec(src)
66 dst_fss = Carbon.File.FSSpec(dstdir)
75 src_fss.append(Carbon.File.FSSpec(s))
77 src_fss = Carbon.File.FSSpec(src)
78 dst_fss = Carbon.File.FSSpec(dstdir)
102 """Reveal a file in the finder. Specify file by name, fsref or fsspec."""
109 """select a file in the finder. Specify file by name, fsref or fsspec."""
117 their on-disk representation. Specify file by name, fsref or fsspec."""
265 """Open a Finder window for object, Specify object by name or fsspec."""
295 """Set the position of a Finder window for folder to pos=(w, h). Specify file by name or fsspec.
333 """label: set or get the label of the item. Specify file by name or fsspec."""
375 """windowview: Set the view of the window for the folder. Specify file by name or fsspec.
436 Specify file by name or fsspec.
685 fss = Carbon.File.FSSpec(path)