pub fn open(path: &OsStr) -> Result<(), String>
Hand path to the platform’s default handler. The error is a message fit for the user, not a cause to stop exploring.
path