FileSystemPaths

interface FileSystemPaths

Wrapper on FileSystem for more specific delegation since we use only getPath method from it.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun getPath(first: String, vararg more: String): Path

Converts a path string, or a sequence of strings that when joined form a path string, to a Path. Equal to FileSystem.getPath.