$FUNCNAME$
	FACCESS()
$CATEGORY$
	FILE/IO
$SUMMARY$
	Check access to file.
$LANG_RU$
	    .
$SYNTAX$

     FACCESS(<sFileName>, <sMode>) 	--> TRUE || FALSE

$ARGUMENTS$
     <sFileName>	String, is the file name.
     <sMode>		String, is the access mode.

$LANG_RU$
     <sFileName>	String,  .
     <sMode>		String,  .

$RETURNS$

     Returns TRUE if specified access mode is true for file.

$LANG_RU$

	 TRUE,       .

$DESCRIPTION$

     FACCESS() checks access mode <sMode> for file <sFileName>.

	<sMode> is the string in UNIX format "rwx-rwx-rwx" (owner-group-other)
$LANG_RU$

     FACCESS()    <sMode>   <sFileName>.

     <sMode>    UNIX  : "rwx-rwx-rwx" (--)
$EXAMPLES$

FACCESS("/usr/home/user1/mbox", "rw--") 	// TRUE
FACCESS("/usr/home/user1/mbox", "rw-rw-rw") 	// FALSE

$PLATFORMS$
$SEEALSO$
$AUTHOR$
ITK
   $LANG_RU$

$END$

