Skip to content

Commit

Permalink
Update docs for junction (Windows only) - cannot link to network drive.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@74237 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Feb 8, 2018
1 parent 992e90a commit b3ccff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/library/base/man/files.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ Sys.junction(from, to)
There are \sQuote{junctions} (or \sQuote{junction points}),
unfortunately without a public API: a Windows version of the Unix
concept of mounting one directory on another. Function
concept of mounting one directory on another. A junction can link
directories located on the same or different local volumes of the same
computer, but cannot link to a network drive. Function
\code{Sys.junction} creates one or more junctions: \code{to} should
either specify a single existing directory or a set of non-existent
file paths of the same length as \code{from}. (Command
Expand Down

0 comments on commit b3ccff1

Please sign in to comment.