VFSDirectoryPath.VFSDirectoryPath(string).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFSDirectoryPath

VFSDirectoryPath(string) Constructor

Initializes a new instance of the VFSDirectoryPath class. The file path is relative to the root of the virtual file system.

public VFSDirectoryPath(string path);

Parameters

path System.String

The path of the directory.

Contents

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