The R Project SVN R

Rev

Rev 68948 | Rev 85835 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 71156
Line 29... Line 29...
29
#ifdef unix
29
#ifdef unix
30
  Permission will be computed for real user ID and real group ID (rather
30
  Permission will be computed for real user ID and real group ID (rather
31
  than the effective IDs).
31
  than the effective IDs).
32
#endif
32
#endif
33
#ifdef windows
33
#ifdef windows
34
  This function does uses the C function \code{_access} in
34
  This function uses the C function \code{_access} in
35
  \file{msvcrt.dll}, but was written using Win32 API functions.
35
  \file{msvcrt.dll}, but was written using Win32 API functions.
36
 
36
 
37
  Windows does not have the concept of an \sQuote{executable file}, so
37
  Windows does not have the concept of an \sQuote{executable file}, so
38
  this function regards directories and files with extension
38
  this function regards directories and files with extension
39
  \file{.exe}, \file{.bat}, \file{.cmd} and \file{.com} as executable.
39
  \file{.exe}, \file{.bat}, \file{.cmd} and \file{.com} as executable.