rushstack.io
Docs API News GitHub Help
https://github.com/octogonz

    << Docs Index

    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.

    © 2019 Microsoft

    • Docs
    • API
    • News
    • GitHub
    • Help