IOUtils

object IOUtils

Utility methods for file-based operations.

Functions

Link copied to clipboard
fun resolvePath(path: String, workingDirectory: File?): File

Resolves a File located in path, either relative or absolute. If the path is relative, the location is determined from the workingDirectory.