Skip to main content

extract_filesystem_path

Function extract_filesystem_path 

Source
pub fn extract_filesystem_path(message: &str) -> Option<PathBuf>
Expand description

Extract a filesystem path from a message.

Detects paths starting with /, ~/, ./, or absolute Windows paths.