DK11 for Delphi | GisInternals.ExpandFileNameEx | Enums | Fields | Methods | Types
Supersede default ExpandFileName to guarantee proper operation on WINCE. On platforms other then WINCE just calls ExpandFileName.
// Delphi function ExpandFileNameEx( const _path : String ) : String;
// C++ Builder extern DELPHI_PACKAGE UnicodeString ExpandFileNameEx( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | path to be expanded |
Type | Description |
---|---|
String | Expanded path. |