Next:
FilePath-virtual filesystems
, Previous:
FilePath-still unclassified
, Up:
FilePath
1.74.12 FilePath: 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 can be accessed
isDirectory
Answer whether a file with the name contained in the receiver does exist and identifies a directory.
isExecutable
Answer whether a file with the name contained in the receiver does exist and is executable
isFile
Answer whether a file with the name contained in the receiver does exist and does not identify a directory.
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
isRelative
Answer whether the receiver identifies a relative path.
isSymbolicLink
Answer whether a file with the name contained in the receiver does exist and identifies a symbolic link.
isWriteable
Answer whether a file with the name contained in the receiver does exist and is writeable