Next: FilePath-converting, Previous: FilePath class-still unclassified, Up: FilePath [Index]
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).
Set the group of the file identified by the receiver to be aString.
Answer whether a file named ‘aName’ exists in the directory represented by the receiver.
Answer the last access time of the file identified by the receiver
Update the last access time of the file corresponding to the receiver, to be aDateTime.
Update the timestamps of the file corresponding to the receiver, to be accessDateTime and modifyDateTime.
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).
Update the last modification timestamp of the file corresponding to the receiver, to be aDateTime.
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.
Set the owner of the file identified by the receiver to be aString.
Set the owner and group of the file identified by the receiver to be aString.
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: FilePath-converting, Previous: FilePath class-still unclassified, Up: FilePath [Index]