VFSPath.StartsWith(string).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFSPath
VFSPath.StartsWith(string) Method
Determines whether the path starts with the specified path.
public bool StartsWith(string searchTerm);
Parameters
searchTerm System.String
The beginning of the path.
Returns
System.Boolean
true if the path starts with the specified path; otherwise, false.