The R Project SVN R

Rev

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

Rev 71883 Rev 76972
Line 1... Line 1...
1
% File src/library/base/man/unlink.Rd
1
% File src/library/base/man/unlink.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2017 R Core Team
3
% Copyright 1995-2019 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{unlink}
6
\name{unlink}
7
\title{Delete Files and Directories}
7
\title{Delete Files and Directories}
8
\usage{unlink(x, recursive = FALSE, force = FALSE)}
8
\usage{unlink(x, recursive = FALSE, force = FALSE)}
Line 57... Line 57...
57
  nothing it is considered as a literal character.
57
  nothing it is considered as a literal character.
58
 
58
 
59
  Windows cannot remove the current working directory, nor any file
59
  Windows cannot remove the current working directory, nor any file
60
  which is open nor any directory containing such a file.
60
  which is open nor any directory containing such a file.
61
 
61
 
62
  UTF-8-encoded paths not valid in the current locale can be used.
62
  UTF-8-encoded paths not valid in the current locale can be used, but
-
 
63
  globbing will not work.
63
#endif
64
#endif
64
}
65
}
65
\value{
66
\value{
66
  \code{0} for success, \code{1} for failure, invisibly.
67
  \code{0} for success, \code{1} for failure, invisibly.
67
  Not deleting a non-existent file is not a failure, nor is being unable
68
  Not deleting a non-existent file is not a failure, nor is being unable