private
File
— struct
File(; kws...)
A File
object represents a real, or “virtual”, file within a Project
.
The following are the available keyword’s supported by the File
constructor.
name
: full path to theFile
.nothing
if it is “virtual”.mime
: theMIME
type as defined above.text
: RawString
content of theFile
.dict
:Dict{String,Any}
data from a parsed.toml
file.node
:CommonMark.Node
abstract syntax tree from a parsed markdown file.