VFSPathExtensions.GetFileNameWithoutExtension(thisVFSPath).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.Extensions.VFSPathExtensions

VFSPathExtensions.GetFileNameWithoutExtension(this VFSPath) Method

Gets the file name without extension from a VFS path.

public static string GetFileNameWithoutExtension(this Atypical.VirtualFileSystem.Core.VFSPath path);

Parameters

path VFSPath

The VFS path.

Returns

System.String
The file name without extension.