FileSystemExtensions.GetFileNameWithoutExtension method

namespace: Serenity   assemblySerenity.Net.Core

Gets file name without extension for path

public static string GetFileNameWithoutExtension(this IFileSystem _, string path)
parameter description
_ File system
path Path

See Also