Home | History | Annotate | Download | only in SystemEvents

Lines Matching defs:disk

1 """Suite Disk-Folder-File Suite: Terms and Events for controlling Disks, Folders, and Files
20 """move: Move disk item(s) to a new location.
22 Keyword argument to: The new location for the disk item(s).
43 """application - The Disk-Folder-File Suite host program """
56 """properties - every property of the Disk-Folder-File Suite host program """
74 class disk(aetools.ComponentItem):
75 """disk - A disk in the file system """
78 """POSIX path - the POSIX file system path of the disk """
82 """capacity - the total number of bytes (free or used) on the disk """
90 """format - the file system format of this disk """
94 """free space - the number of free bytes left on the disk """
98 """ignore privileges - Ignore permissions on this disk? """
106 """name - the name of the disk """
110 """path - the file system path of the disk """
114 """startup - Is this disk the boot disk? """
125 disks = disk
188 """physical size - the actual space used by the file on disk """
225 'disk' : disk,
235 disk._superclassnames = ['item']
236 disk._privpropdict = {
251 disk._privelemdict = {
339 'cdis' : disk,