A resource that actually exists—that is one that is
not Nil
.
no type hierarchy
Attributes | |
owner | Source Codeshared formal variable String owner The principal name of the owner of the file. Throws
|
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Resource |
Methods | |
delete | Source Codeshared formal Nil delete() Delete this resource. |
deleteOnExit | Source Codeshared formal void deleteOnExit() Request that this resource be deleted when the process terminates. Invoking |
readAttribute | Source Codeshared formal Object readAttribute(Attribute attribute) Get the value of a filesystem attribute. |
writeAttribute | Source Codeshared formal void writeAttribute(Attribute attribute, Object attributeValue) Set the value of a filesystem attribute. |
Inherited Methods |
Methods inherited from: Object |