DK11 for Delphi | GisInternals.GetFileExt | Enums | Fields | Methods | Types
Returns an extension of a given path.
// Delphi function GetFileExt( const _path : String ) : String;
// C++ Builder extern DELPHI_PACKAGE UnicodeString GetFileExt( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | given path |
Type | Description |
---|---|
String | Extension of a given path. |