Options
All
  • Public
  • Public/Protected
  • All
Menu

Module nextra/symlinkAtomic

Index

Functions

Functions

symlinkAtomic

  • symlinkAtomic(source: string, destination: string, type?: SymLinkType): Promise<void>
  • Creates a soft file link atomically.

    function

    symlinkAtomic

    memberof

    fsn/nextra

    Parameters

    • source: string

      The source path of the file

    • destination: string

      The destination path of the file

    • Optional type: SymLinkType

      The type of symlink you are creating

    Returns Promise<void>

Generated using TypeDoc