Previous: , Up: File   [Index]


1.75.13 File: testing

exists

Answer whether a file with the name contained in the receiver does exist.

isAbsolute

Answer whether the receiver identifies an absolute path.

isAccessible

Answer whether a directory with the name contained in the receiver does exist and is accessible

isExecutable

Answer whether a file with the name contained in the receiver does exist and is executable

isFileSystemPath

Answer whether the receiver corresponds to a real filesystem path.

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