win-desktop-utils 0.5.7

Windows desktop helpers for shell, shortcuts, app data, elevation, and single-instance Rust apps
Documentation
1
2
3
4
fn main() -> Result<(), win_desktop_utils::Error> {
    win_desktop_utils::reveal_in_explorer(r"C:\Windows\notepad.exe")?;
    Ok(())
}