如果 type 参数未定义,Node 将自动检测 target 类型并自动选择 dir 或 file。
type
target
dir
file
参数 target 和 path 可以是使用 file: 协议的 WHATWG URL 对象。 支持目前仍处于实验阶段。
path
file:
URL
新增于: v0.1.31
null
返回 undefined。
undefined
有关详细信息,请参阅此 API 的异步版本的文档:fs.symlink()。
fs.symlink()
If the type argument is left undefined, Node will autodetect target type and automatically select dir or file.
The target and path parameters can be WHATWG URL objects using file: protocol. Support is currently still experimental.
Added in: v0.1.31
Returns undefined.
For detailed information, see the documentation of the asynchronous version of this API: fs.symlink().