add

abstract fun add(path: String)


abstract fun add(vararg paths: String)

Adds the given paths to this MutablePathSet.


abstract fun add(paths: Iterable<String>)

Adds the paths from the Iterable value to this MutablePathSet.