is_writable
is_writable — determines if a file is writable.
is_writable (path)
pathA character string defining a file path and file name in this file system.
Gamma>is_writable("/usr/doc/FAQ/txt/FAQ");nilGamma>is_writable("/home/robert/w/devel/lisp/mytestfile.dat");tGamma>