Next: , Up: VFS.ArchiveMember   [Index]


1.209.1 VFS.ArchiveMember: accessing

archive

Answer the archive of which the receiver is a member.

asString

Answer the name of the file identified by the receiver as answered by File>>#name.

creationTime

Answer the creation time of the file identified by the receiver. On some operating systems, this could actually be the last change time (the ‘last change time’ has to do with permissions, ownership and the like).

lastAccessTime

Answer the last access time of the file identified by the receiver

lastChangeTime

Answer the last change time of the file identified by the receiver (the ‘last change time’ has to do with permissions, ownership and the like). On some operating systems, this could actually be the file creation time.

lastModifyTime

Answer the last modify time of the file identified by the receiver (the ‘last modify time’ has to do with the actual file contents).

name

Answer the receiver’s file name.

name: aName

Set the receiver’s file name to aName.

refresh

Refresh the statistics for the receiver

size

Answer the size of the file identified by the receiver