Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-tauri-apps-api
/
tauri.apps.api.path
/
dirname
dirname
external
fun
dirname
(
path
:
String
)
:
Promise
<
String
>
(
source
)
Returns the parent directory of a given
path
. Trailing directory separators are ignored.
Since
1.0.0