Table of Contents

Method GetFileNameWithoutAllExtensions

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

GetFileNameWithoutAllExtensions(string)

Removes all extensions from the path, i.e "aaa.png.zip" -> "aaa"

public static string GetFileNameWithoutAllExtensions(string path)

Parameters

path string

Returns

string