filterFilename - multiple declarations

Function filterFilename

check filename with pattern

Prototype

bool filterFilename(
  const(string) filename,
  const(string) pattern
) pure nothrow;

Function filterFilename

Filters file name by pattern list

Prototype

bool filterFilename(
  const(string) filename,
  const(string[]) filters
) pure nothrow;

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0