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)
    ref
    readFiletable
    (
    return ref GRF grf
    ,
    const(wstring)[] filters = []
    )
  2. VirtualGRF readFiletable(VirtualGRF vgrf, const(wstring)[] filters)

Parameters

grf GRF

The grf to read the filetable from

filters const(wstring)[]

Array of filters

Return Value

Type: GRF

Input grf for easy chaining

Meta