VQL Reference Parsers path_split path_split Function Arg Description Type path Path to split into components. Any (required) path_type Type of path (e.g. ‘windows’) string Description Split a path into components. Note this is more complex than just split() because it takes into account path escaping.