提交 915d8253 编写于 作者: J Jesse Glick

Further clarification of targetPath. It is not necessarily relative to baseDir!

上级 400fa878
......@@ -1016,14 +1016,14 @@ public class Util {
}
/**
* Creates a symlink to baseDir+targetPath at baseDir+symlinkPath.
* Creates a symlink to targetPath at baseDir+symlinkPath.
* <p>
* If there's a prior symlink at baseDir+symlinkPath, it will be overwritten.
*
* @param baseDir
* Base directory to resolve the 'symlinkPath' parameter.
* @param targetPath
* The file that the symlink should point to. Usually relative to {@code baseDir} but may instead be an absolute path.
* The file that the symlink should point to. Usually relative to the directory of the symlink but may instead be an absolute path.
* @param symlinkPath
* Where to create a symlink in (relative to {@code baseDir})
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册