The R Project SVN R

Rev

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

Rev 59466 Rev 61433
Line 36... Line 36...
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.
40
  (\code{\link{system}} and \code{\link{Sys.which}} make the same assumption.)
40
  (\code{\link{system}} and \code{\link{Sys.which}} make the same assumption.)
41
  
41
 
42
  UTF-8-encoded file names not valid in the current locale can be used.
42
  UTF-8-encoded file names not valid in the current locale can be used.
43
#endif
43
#endif
44
 
44
 
45
  Please note that it is not a good idea to use this function to test
45
  Please note that it is not a good idea to use this function to test
46
  before trying to open a file.  On a multi-tasking system, it is
46
  before trying to open a file.  On a multi-tasking system, it is