Method | Description | |
---|---|---|
GetExtension ( this pathString ) : string |
Gets the extension of a path string without the . (so: NewPerson.command will return "command")
|
public static GetExtension ( this pathString ) : string | ||
pathString | this | The path string. |
return | string |