DK11 for Delphi | GisInternals.SetCommonFilesItem | Enums | Fields | Methods | Types
Set the String content of the file in a path related to GetPathCommonFiles directory.
// Delphi procedure SetCommonFilesItem( const _subdir : String; const _filename : String; const _content : String );
// C++ Builder extern DELPHI_PACKAGE void SetCommonFilesItem( const UnicodeString _subdir, const UnicodeString _filename, const UnicodeString _content );
Name | Type | Description |
---|---|---|
_subdir | String | path related to Program Files\TatukGIS directory |
_filename | String | name of the file |
_content | String | content to be set; if content is empty the any existing file will be deleted |