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