Examples for 'fs::file_access'


Query for existence and access permissions

Aliases: file_access file_exists dir_exists link_exists

Keywords:

### ** Examples

file_access("/")
   / 
TRUE 
file_access("/", "read")
   / 
TRUE 
file_access("/", "write")
    / 
FALSE 
file_exists("WOMBATS")
WOMBATS 
  FALSE 

[Package fs version 1.6.5 Index]