Create an instance of this class representing the contents of the given
file, under the virtual filesystem fsName.
1.203.2 VFS.FileHandlerWrapper: accessing
name
Answer the VFS name for my file.
parent
Answer `parent'.
realFileName
Answer the container file containing me.
1.203.3 VFS.FileHandlerWrapper: delegation
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).
isExecutable
Answer whether a file with the name contained in the receiver does exist
and is executable
isReadable
Answer whether a file with the name contained in the receiver does exist
and is readable
isWriteable
Answer whether a file with the name contained in the receiver does exist
and is writeable
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).
open: class mode: mode ifFail: aBlock
Open the receiver in the given mode (as answered by FileStream's
class constant methods)
remove
Remove the file with the given path name
size
Answer the size of the file identified by the receiver
This document was generated
on May, 22 2008
using texi2html