FileSystemAccess

class FileSystemAccess(fileSystem: FileSystem, basePath: String) : ResourceAccessAdapter

Constructors

Link copied to clipboard
constructor(fileSystem: FileSystem, basePath: String)

Functions

Link copied to clipboard
open override fun exists(name: String): Boolean
Link copied to clipboard
open override fun open(name: String): Source