Next: , Previous: , Up: VFS.FileWrapper   [Index]


1.210.3 VFS.FileWrapper: accessing

asString

Answer the string representation of the receiver’s path.

at: aName

Answer a File or Directory object as appropriate for a file named ’aName’ in the directory represented by the receiver.

lastAccessTime: accessDateTime lastModifyTime: modifyDateTime

Update the timestamps of the file corresponding to the receiver, to be accessDateTime and modifyDateTime.

name

Answer the full path to the receiver.

owner: ownerString group: groupString

Set the receiver’s owner and group to be ownerString and groupString.

pathTo: destName

Compute the relative path from the receiver to destName.