Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
The Macaulay2 language
»
system facilities
»
file manipulation
»
linkFile(String,String)
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
linkFile(String,String) -- make a new link to a file
Function:
linkFile
Usage:
linkFile(o,n)
Inputs:
o
,
a
string
, the path to an existing file
n
,
a
string
, a new path to the file
Consequences:
a new link
n
is made to the existing file reachable using the path
o
See also
moveFile
copyFile
Ways to use this method:
linkFile(String,String)
-- make a new link to a file
The source of this document is in
Macaulay2Doc/ov_system.m2:1667:0
.