dir.writable {gCrisprTools} | R Documentation |
This works by testing to put a temporary file into an already existing directory
dir.writable(path)
path |
The path to a directory to check. |
logical
, TRUE
if path
is writable by the
current user, otherise FALSE
Steve Lianoglou