Split the path string with the separator "/".
path
"/"
Make sure to pick split followed by ( and then ", /, ", ).
split
(
"
/
)