DK11 for Delphi | GisInternals.GetPathDirSep | Enums | Fields | Methods | Types
Returns a path given by _path but guaranteed directory separator at then end
// Delphi function GetPathDirSep( const _path : String ) : String;
// C++ Builder extern DELPHI_PACKAGE UnicodeString GetPathDirSep( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | given path |
Type | Description |
---|---|
String | Path a given by _path but with guaranteed directory separator at the end |