mpc-js
    Preparing search index...

    Class MountCommands

    Index

    Constructors

    Methods

    • Queries a list of "neighbors" (e.g. accessible file servers on the local net). Items on that list may be used with mount().

      Returns Promise<Neighbor[]>

    • Mount the specified remote storage uri at the given path.

      Parameters

      • path: string
      • uri: string

      Returns Promise<void>

    • Unmounts the specified path.

      Parameters

      • path: string

      Returns Promise<void>