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.nothingif it is “virtual”.mime: theMIMEtype as defined above.text: RawStringcontent of theFile.dict:Dict{String,Any}data from a parsed.tomlfile.node:CommonMark.Nodeabstract syntax tree from a parsed markdown file.