pub fn path_components(path: &str) -> Vec<&str>
Split a Windows path (\dir\file, also tolerating /) into its non-empty components, for walking ForensicFs::lookup from the root.
\dir\file
/
ForensicFs::lookup