DK11 for Delphi | GisInternals.ChangeDir | Enums | Fields | Methods | Types
Change directory to directory provided by _path. If file do not exists or path is an URL then result will be empty String and directory will not be modified
// Delphi function ChangeDir( const _path : String ) : String;
// C++ Builder extern DELPHI_PACKAGE UnicodeString ChangeDir( const UnicodeString _path );
Name | Type | Description |
---|---|---|
_path | String | file path |
Type | Description |
---|---|
String | Change directory to directory provided by _path. |