Package-level declarations
Types
Link copied to clipboard
object AlphanumericComparator
A comparator that sorts alphanumeric strings in a human-friendly way. For example, $120 comes after $30, as opposed to the usual lexicographical order.
Link copied to clipboard
Types of granularity for determining the root of the file system.
Functions
Link copied to clipboard
fun getRootFileSystem(context: Context, 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.