Next: FilePath-file operations, Previous: FilePath-enumerating, Up: FilePath [Index]
Answer the Directory object for the receiver’s path
Answer the extension of the receiver
Answer the full name of the receiver, resolving the ‘.’ and ‘..’ directory entries, and answer the result. Answer nil if the name is invalid (such as ’/usr/../../badname’)
Answer a String with the full path to the receiver (same as #name; it is useless to override this method).
Answer String with the full path to the receiver (same as #fullName).
Answer the Directory object for the receiver’s path
Answer the path (if any) of the receiver
Answer the path (if any) and file name of the receiver
Answer the path of the receiver, always including a directory name (possibly ‘.’) and the final directory separator
Answer the file name and extension (if any) of the receiver