Dictionary Component
Fnd_Dict_SaveToFile
Fnd_Dict_SaveToFile (dict ID; path)
Parameters
| Parameter | Type | Description |
|---|---|---|
| dict ID | Number | A dictionary ID |
| path | Text | A file path Use this command to save a dictionary as a file. If a file already exists at the path’s location, it will be replaced with the updated dictionary file. Because 4D’s XML creation routines were introduced in 4D 2004, this command will work only with 4D 2004 or later. |
Description
Extracted source text
Fnd_Dict_SaveToFile (dict ID; path)
Parameter Type Description
dict ID Number A dictionary ID
path Text A file path
Use this command to save a dictionary as a file.
If a file already exists at the path’s location, it will be replaced with the updated dictionary file.
Because 4D’s XML creation routines were introduced in 4D 2004, this command will work only with 4D
2004 or later.