VFSPath.VFSPath(string).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFSPath

VFSPath(string) Constructor

Creates a new instance of VFSPath.

protected VFSPath(string path);

Parameters

path System.String

The path to the file system entry.

Exceptions

System.ArgumentNullException
Thrown when the path is null.

System.ArgumentException
Thrown when the path is invalid.

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.VFSPath
  2. 1VFSPath(string) Constructor