toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file
/
getPathComponents
get
Path
Components
fun
PathInfo
.
getPathComponents
(
)
:
List
<
String
>
/path\to/file.1.ext -> listOf("", "path", "to", "file.1.ext")
fun
Path
.
getPathComponents
(
)
:
List
<
String
>