Options
All
  • Public
  • Public/Protected
  • All
Menu

Module nextra/createLinkAtomic

Index

Functions

createLinkAtomic

  • createLinkAtomic(source: string, destination: string): Promise<void>
  • Creates a hard file link, making all folders required to satisfy the given file path atomically.

    function

    createLinkAtomic

    memberof

    fsn/nextra

    Parameters

    • source: string

      The source path of the file

    • destination: string

      The destination path of the file

    Returns Promise<void>

Const ensureLinkAtomic

  • ensureLinkAtomic(source: string, destination: string): Promise<void>

Generated using TypeDoc