VfsDirectory

data class VfsDirectory(val path: String, val bundle: Int, val info: Directory) : Record, EmbeddedGuestVFSImpl.VfsObjectInfo

Constructors

Link copied to clipboard
constructor(path: String, bundle: Int, info: Directory)

Properties

Link copied to clipboard
open override val bundle: Int
Link copied to clipboard
Link copied to clipboard
open override val path: String