An NDoc Documented Class Library

PathUtil.GetFileName Method 

Gets the file-name without its path.

public static string GetFileName(
   string path
);

Parameters

path
Absolute or relative path

Return Value

File-name

See Also

PathUtil Class | EnterpriseDT.Util Namespace