PackList.packGlob

List matching files in the first matching pack.

This function is @system because it returns a pointer to a Pack struct from this list, which might become invalidated when manipulating the pack list.

class PackList
@system
GlobResult!string
packGlob
(
string path
)

Parameters

path string

File path to look for.

Return Value

Type: GlobResult!string

A GlobResult tuple with the result.

Throws

IsodiException if the path wasn't found in any of the packs.

Meta