Prepared
Toggle table of contents
2.0.0-alpha.2
jvm
Platform filter
jvm
Switch theme
Search in API
Prepared
Filesystem access
/
opensavvy.prepared.compat.filesystem
/
div
div
operator
fun
File
.
div
(
child
:
String
)
:
File
(
source
)
@
JvmName
(
name
=
"childFile"
)
operator
fun
Prepared
<
File
>
.
div
(
child
:
String
)
:
Prepared
<
File
>
(
source
)
@
JvmName
(
name
=
"childFile"
)
operator
fun
PreparedProvider
<
File
>
.
div
(
child
:
String
)
:
PreparedProvider
<
File
>
(
source
)
operator
fun
Path
.
div
(
child
:
String
)
:
Path
(
source
)
@
JvmName
(
name
=
"childPath"
)
operator
fun
Prepared
<
Path
>
.
div
(
child
:
String
)
:
Prepared
<
Path
>
(
source
)
@
JvmName
(
name
=
"childPath"
)
operator
fun
PreparedProvider
<
Path
>
.
div
(
child
:
String
)
:
PreparedProvider
<
Path
>
(
source
)
Accesses a file named
child
in the provided directory.