DK11 for Delphi | GisInternals.GetTemporaryName | Enums | Fields | Methods | Types
Prepare temporary name /*.*~/ from given path.
// Delphi function GetTemporaryName( const _path : String ) : String;
// C++ Builder extern DELPHI_PACKAGE UnicodeString GetTemporaryName( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | path to be converted - must be full - with extension |
Type | Description |
---|---|
String | Temporary name /*.*~/ from given path. |