The R Project SVN R

Rev

Rev 75092 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75092 Rev 84750
Line 22... Line 22...
22
  8+3 path components and no spaces, and this used to be guaranteed.
22
  8+3 path components and no spaces, and this used to be guaranteed.
23
  But some file systems on recent versions of Windows do not have short
23
  But some file systems on recent versions of Windows do not have short
24
  path names when the long-name path will be returned instead.
24
  path names when the long-name path will be returned instead.
25
}
25
}
26
\value{
26
\value{
27
  A character vector.  The path separator will be \code{\\}.  If a
27
  A character vector.  The path separator will be \samp{\\}.  If a
28
  file path does not exist, the supplied path will be returned with slashes
28
  file path does not exist, the supplied path will be returned with slashes
29
  replaced by backslashes.
29
  replaced by backslashes.
30
}
30
}
31
\note{
31
\note{
32
  This is only available on Windows.
32
  This is only available on Windows.