Checks if the path matches a glob pattern.
public static bool MatchesGlob(this Atypical.VirtualFileSystem.Core.VFSPath path, string pattern);path VFSPath
The VFS path.
pattern System.String
The glob pattern (e.g., "*.txt", "test*", "**/config.*").
System.Boolean
True if the path matches the pattern.