fileSystem

expect val Path.fileSystem: FileSystem(source)
actual val Path.fileSystem: FileSystem(source)

Returns a FakeFileSystem since real filesystem access is unavailable in JS.

actual val Path.fileSystem: FileSystem(source)
actual val Path.fileSystem: FileSystem(source)
actual val Path.fileSystem: FileSystem(source)

Returns a FakeFileSystem since real filesystem access is unavailable in WasmJs.