@tauri-apps/plugin-opener - v2.4.0
    Preparing search index...

    Function revealItemInDir

    • Reveal a path with the system's default explorer.

      • Android / iOS: Unsupported.

      Parameters

      • path: string

        The path to reveal.

      Returns Promise<unknown>

      import { revealItemInDir } from '@tauri-apps/plugin-opener';
      await revealItemInDir('/path/to/file');

      2.0.0