Package-level declarations

Types

Link copied to clipboard
interface FileSystem

A file system abstraction which can retrieve files, either absolutely or relative to a working directory.

Link copied to clipboard

Types of granularity for determining the root of the file system.

Functions

Link copied to clipboard
fun Context.getRootFileSystem(granularity: RootGranularity = RootGranularity.PROJECT): FileSystem?

Retrieves the relative path to the root of the file system. The root of the file system is determined by the working directory of the current subdocument.