readFiletable

Parses the filetable of the given THOR. If filters is provided then only the files which matches the filters will be loaded.

ref
readFiletable
(
return ref THOR thor
,
const(wstring)[] filters = []
,
Flag!"includeRemovals" includeRemovals = Yes.includeRemovals
)

Parameters

thor THOR

The THOR to read the filetable from

filters const(wstring)[]

Array of filters

Return Value

Type: THOR

Input thor for easy chaining

Meta