Previous: , Up: VFS.ArchiveMember   [Index]


1.209.8 VFS.ArchiveMember: testing

exists

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

isAccessible

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

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

isReadable

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

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

mode

Answer the octal permissions for the file.

mode: mode

Set the octal permissions for the file to be ‘mode’.