Reveal a path with the system's default explorer.
The path to reveal.
import { revealItemInDir } from '@tauri-apps/plugin-opener';await revealItemInDir('/path/to/file');await revealItemInDir([ '/path/to/file', '/path/to/another/file' ]); Copy
import { revealItemInDir } from '@tauri-apps/plugin-opener';await revealItemInDir('/path/to/file');await revealItemInDir([ '/path/to/file', '/path/to/another/file' ]);
2.0.0
Reveal a path with the system's default explorer.
Platform-specific: