Aliases: file_access file_exists dir_exists link_exists
Keywords:
### ** Examples file_access("/")
/ TRUE
file_access("/", "read")
file_access("/", "write")
/ FALSE
file_exists("WOMBATS")
WOMBATS FALSE