source

abstract suspend fun source(path: Path): Source(source)

Provides access to a data source represented by the given path.

Return

A Source object associated with the specified path.

Parameters

path

The path to the source from which data should be accessed.