toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file
/
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
>