Variable FilesMimeStore.Options.globs

Options for reading globs file. Used only if globs2 file could not be read.

struct FilesMimeStore.Options
{
  // ...
  ubyte globs = cast(ubyte)5u;
  // ...
}