Method GetFileNameWithoutAllExtensions
GetFileNameWithoutAllExtensions(string)
Removes all extensions from the path, i.e "aaa.png.zip" -> "aaa"
public static string GetFileNameWithoutAllExtensions(string path)
Parameters
path
string
Removes all extensions from the path, i.e "aaa.png.zip" -> "aaa"
public static string GetFileNameWithoutAllExtensions(string path)
path
string