korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-vfs
/
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
>