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

    Function revealItemInDir

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

      • Android / iOS: Unsupported.

      Parameters

      • path: string | string[]

        The path to reveal.

      Returns Promise<void>

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

      2.0.0