I need to know the full path of my current working directory of my simple application using Kotlin.
This will provide the full absolute path from where application will run.
import java.nio.file.Paths
val path = Paths.get("").toAbsolutePath().toString()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With