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.

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.VFSPath
  2. 1VFSPath.StartsWith(string) Method