Click or drag to resize

PathHasExtension Method

Determines whether a path includes a file name extension.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static bool HasExtension(
	string path
)

Parameters

path
Type: SystemString
The path to search for an extension. The path cannot contain any of the characters defined in GetInvalidPathChars.

Return Value

Type: Boolean
if the characters that follow the last directory separator (\\ or /) or volume separator (:) in the path include a period (.) followed by one or more characters; otherwise, .
Exceptions
ExceptionCondition
ArgumentException
See Also