littlekt
0.6.0
common
core
/
com.lehaine.littlekt.file.vfs
/
getPathFullComponents
get
Path
Full
Components
fun
PathInfo
.
getPathFullComponents
(
)
:
List
<
String
>
/path\to/file.1.ext -> listOf("/path", "/path/to", "/path/to/file.1.ext")
fun
Path
.
getPathFullComponents
(
)
:
List
<
String
>