Checks if the path has any of the specified extensions.
public static bool HasAnyExtension(this Atypical.VirtualFileSystem.Core.VFSPath path, params string[] extensions);path VFSPath
The VFS path.
extensions System.String[]
The extensions to check (with or without leading dots).
System.Boolean
True if the path has any of the specified extensions.