VFS.GetFile(VFSFilePath).md

June 4, 2025 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFS

VFS.GetFile(VFSFilePath) Method

Gets a file node by its path. The path must be absolute.

public Atypical.VirtualFileSystem.Core.Contracts.IFileNode GetFile(Atypical.VirtualFileSystem.Core.VFSFilePath filePath);

Parameters

filePath VFSFilePath

The path of the file node.

Implements GetFile(VFSFilePath)

Returns

IFileNode
The file node.

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.VFS
  2. 1VFS.GetFile(VFSFilePath) Method