Elide API
Toggle table of contents
1.0.0-beta1
jvm
Platform filter
jvm
Switch theme
Search in API
Elide API
graalvm
/
elide.runtime.gvm.internals.vfs
/
EmbeddedGuestVFSImpl
/
VfsFileInfo
Vfs
File
Info
@
JvmRecord
data
class
VfsFileInfo
(
val
path
:
String
,
val
bundle
:
Int
,
val
info
:
File
)
:
Record
,
EmbeddedGuestVFSImpl.VfsObjectInfo
Members
Constructors
Vfs
File
Info
Link copied to clipboard
constructor
(
path
:
String
,
bundle
:
Int
,
info
:
File
)
Properties
bundle
Link copied to clipboard
open
override
val
bundle
:
Int
info
Link copied to clipboard
val
info
:
File
path
Link copied to clipboard
open
override
val
path
:
String