file-access?

Name

file-access? -- Check for file access.

Type: function

Synopsis

file-access?( path mode, ok);

Arguments

path

An instance of <string>

mode

An instance of <fixnum>

Return Values

ok

An instance of <boolean>

Description

Checks to see if the current process has the given kind of access to the given file. Use access-mask to construct mode.