ref: 254b07675e1a5348f2a8723f55e6b5b1b18a4721
dir: /module/filepat.m/
Filepat: module
{
PATH: con "/dis/lib/filepat.dis";
# Turn file name with * ? [] into list of files. Slashes are significant.
expand: fn(pat: string): list of string;
# See if file name matches pattern; slashes not treated specially.
match: fn(pat, name: string): int;
};