IVirtualFileSystemNode.Name.md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystemNode

IVirtualFileSystemNode.Name Property

Gets the name of the virtual file system node. The name is the last part of the path. For example, the name of the file "vfs://temp/file.txt" is "file.txt". The name of the directory "vfs://temp" is "temp".

string Name { get; }

Property Value

System.String

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.Contracts.IVirtualFileSystemNode
  2. 1IVirtualFileSystemNode.Name Property