readFiletable

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

The filters do not support wildcards it just checks if the filename starts with the same characters.

  1. GRF readFiletable(GRF grf, const(wstring)[] filters)
  2. VirtualGRF readFiletable(VirtualGRF vgrf, const(wstring)[] filters)
    ref
    readFiletable
    (
    return ref VirtualGRF vgrf
    ,
    const(wstring)[] filters = []
    )

Parameters

filters const(wstring)[]

Array of filters

Return Value

Input grf for easy chaining

Meta