Table of Contents

Split Path

The Split Path action (v8+) action splits a specified path into its component parts.

It is basically just a simplified version of the Search using Regular Expression action specifically to split the path into the component parts.

The path is split in to:

Each part can be saved into a different variable.

If the path is not absolute, the parent path will be set to /Nowhere (v8.0.3+).

See Also

Actions