Split a path into components
The first normalized path is split on forward and backward slashes and its components returned as character vector. The drive or network home are extracted separately on windows systems and empty on all other systems.
splitPath(path)
path |
[ |
named list
: List with components “drive” (character(1)
and “path” (character(n)
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.