参数 target 和 path 可以是使用 file: 协议的 WHATWG URL 对象。 支持目前仍处于实验阶段。
target
path
file:
URL
新增于: v0.1.31
type
返回 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
dir
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().