I'd probably grab the environment variable and iterate through it, returning the first matching path: use std::env; use std::path::{Path, PathBuf}; ...
確定! 回上一頁