Home > @microsoft/node-core-library > IFileSystemCreateLinkOptions
IFileSystemCreateLinkOptions interface
The options for FileSystem.createSymbolicLinkJunction()
, createSymbolicLinkFile()
, createSymbolicLinkFolder()
, and createHardLink()
.
Signature:
export interface IFileSystemCreateLinkOptions
Properties
Property | Type | Description |
---|---|---|
linkTargetPath | string |
The existing path that the symbolic link will point to. |
newLinkPath | string |
The new path for the new symlink link to be created. |