|
|
|
|
|
Extension (Property)
 Disponible solo con estos tipos de conexión
The Extension property is used to: - get the extension of a data file defined in the data model editor or programmatically.
- define the extension of a data file (for programmed data file description only).
NameAndFullPath is string
FullFilePathName = Customer.Directory + "\" + ...
Customer.PhysicalName + Customer.Extension
AFile is File Description
AFile.Name = "CUSTOMER"
AFile.Extension = ".AAA"
Sintaxis
Finding out the extension of a data file Ocultar los detalles
<File extension> = <Data file>.Extension
<File extension>: Character string - Extension of the data file used (preceded by a dot).
- Empty string ("") if the data file has no extension.
<Data file>: Character string Name of the data file used. This name is defined in the data model editor or with the File Description type. <Data file>: Character string Name of the data file used. This name is defined with the File Description type. <New extension>: Character string Extension of the data file used (preceded by a dot).
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|