ZenFS
    Preparing search index...

    Function symlink

    • symlink.

      Parameters

      • this: V_Context
      • dest: PathLike

        target path

      • path: PathLike

        link path

      • type: null | string = 'file'

        can be either 'dir' or 'file' (default is 'file')

      Returns Promise<void>