An NDoc Documented Class Library
PathUtil.GetExtension Method
Gets the extension of the filename.
public static
string
GetExtension(
string
path
);
Parameters
path
Absolute or relative path
Return Value
Extension
See Also
PathUtil Class
|
EnterpriseDT.Util Namespace