CommonPath

open class CommonPath

Find the common root path for a list of files

Functions

Link copied to clipboard
@Nullable
open fun commonPath(paths: Collection<File>): @Nullable File