splitPath()

Takes a path as a string and splits it into an array.

This function is valid in v2.17.0 to v2.24.3. This function has been downloaded 50 times.

Parameter

{string} path
The string path that will be split into its parts.

Returns

{Array<string>}
The string path that was passed in as an array of strings.