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