Companion

expect object Companion
actual object Companion
actual object Companion
actual object Companion
actual object Companion

Properties

Link copied to clipboard

A read-only file system holding the classpath resources of the current process. If a resource is available with ClassLoader.getResource, it is also available via this file system.

SYSTEM
Link copied to clipboard

The current process's host file system. Use this instance directly, or dependency inject a FileSystem to make code testable.

The current process's host file system. Use this instance directly, or dependency inject a FileSystem to make code testable.

Link copied to clipboard
expect val FileSystem.Companion.SYSTEM: FileSystem
Link copied to clipboard

Returns a writable temporary directory on SYSTEM.

Functions

Link copied to clipboard