Package-level declarations

Functions

Link copied to clipboard
.csv path:{String}
mode:{CsvParsingMode = CsvParsingMode.PLAIN}
caption:{String? = null}
ref:{String? = null}
-> Node

Loads a CSV file and returns its content as a display-ready table.

Link copied to clipboard
.filename path:{String} extension:{Boolean = true} -> String

Retrieves the name of a file located in path.

Link copied to clipboard
.listfiles path:{String}
directories:{Boolean = true}
fullpath:{Boolean = true}
sortby:{FileSorting = FileSorting.NONE}
order:{Ordering = Ordering.ASCENDING}
-> Iterable<String>

Lists the files located in a directory.

Link copied to clipboard
.pathtoroot granularity:{RootGranularity = RootGranularity.PROJECT} -> String

Retrieves the relative path to the root of the file system. The root of the file system is determined by the working directory of either the project or the current subdocument, depending on the specified granularity.

Link copied to clipboard
.read path:{String} lines:{Range = Range.INFINITE} -> String