An NDoc Documented Class Library

PathUtil.GetFileNameWithoutExtension Method 

Returns the filename of the specified path without the extension.

public static string GetFileNameWithoutExtension(
   string path
);

Parameters

path
Absolute or relative path

Return Value

Filename of the specified path without the extension.

See Also

PathUtil Class | EnterpriseDT.Util Namespace