| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IFileSystemCreateLinkOptions
The options for FileSystem.createSymbolicLinkJunction()<></>, FileSystem.createSymbolicLinkFile()<></>, FileSystem.createSymbolicLinkFolder()<></>, and FileSystem.createHardLink()<></>.
Signature:
export interface IFileSystemCreateLinkOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(Optional) Specifies what to do if the path to create already exists. The default is | |||
|
string |
The newly created symbolic link will point to | ||
|
string |
The newly created symbolic link will have this path. |