FileSystemEntryInfo

data class FileSystemEntryInfo(val name: String, val path: String, val type: FileSystemEntryType)

Class FileSystemEntryInfo.

Constructors

Link copied to clipboard
constructor(name: String, path: String, type: FileSystemEntryType)

Properties

Link copied to clipboard

The name.

Link copied to clipboard

The path.

Link copied to clipboard