IOHelperGetFileNameWithoutExtension Method
Returns the file name of the specified path string without the extension.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public static string GetFileNameWithoutExtension(
string path
)
- path String
- The path of the file.
StringThe string returned by GetFileName, minus the last period (.) and all characters following it.