Wasi-emscripten-host
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasi-emscripten-host
host
/
at.released.weh.filesystem.op.hardlink
Package-level
declarations
Types
Types
Hardlink
Link copied to clipboard
class
Hardlink
(
val
oldBaseDirectory
:
BaseDirectory
,
val
oldPath
:
VirtualPath
,
val
newBaseDirectory
:
BaseDirectory
,
val
newPath
:
VirtualPath
,
val
followSymlinks
:
Boolean
)