Next: File-basic, Previous: File class-testing, Up: File [Index]
Answer the name of the file identified by the receiver
Answer a File or Directory object as appropriate for a file named ’aName’ in the directory represented by the receiver.
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 whether the file is a directory.
Answer whether the file is an AF_UNIX socket.
Answer whether the file is a symbolic link.
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
Set the permission bits for the file identified by the receiver to be anInteger.
Answer the name of the file identified by the receiver
Compute the relative path from the receiver to destName.
Refresh the statistics for the receiver
Answer the size of the file identified by the receiver
Next: File-basic, Previous: File class-testing, Up: File [Index]