EmbedFolder
open class EmbedFolder(val name: String, val parent: EmbedFolder?, files: Map<String, EmbedFileEntity>) : EmbedFileEntity(source)
A virtual folder in the file tree
Since
0.1.0
Properties
Functions
Link copied to clipboard
Iterate over all files in the folder (recursive)
Link copied to clipboard
Get a file from the folder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Convert the entity to a EmbedFolder