Next: VFS.FileWrapper-enumerating, Previous: VFS.FileWrapper-basic, Up: VFS.FileWrapper [Index]
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).
Answer the size of the file identified by the receiver
Answer whether a file with the name contained in the receiver does exist and is executable
Answer whether a file with the name contained in the receiver does exist and is readable
Answer whether a file with the name contained in the receiver does exist and is writeable
Answer the last access time of the file identified by the receiver
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.
Answer the last modify time of the file identified by the receiver (the ‘last modify time’ has to do with the actual file contents).
Answer the permission bits for the file identified by the receiver
Answer the permission bits for the file identified by the receiver
Open the receiver in the given mode (as answered by FileStream’s class constant methods)
Remove the file with the given path name
Answer the size of the file identified by the receiver
Next: VFS.FileWrapper-enumerating, Previous: VFS.FileWrapper-basic, Up: VFS.FileWrapper [Index]