4D v13.4

Get external data path

Página Inicial

 
4D v13.4
Get external data path

Get external data path 


 

Get external data path ( aField ) -> Resultado 
Parâmetro Tipo   Descrição
aField  Texto, BLOB, Imagem in Field whose storage location you want to get
Resultado  Texto in Full pathname of external storage file

The Get external data path command returns the full pathname of the external storage file for the data of the field passed in the aField parameter, for the current record. You must pass fields of the Text, BLOB or Picture type in the parameter.

More particularly, this command lets you recopy the external file.

Note: For more information about external storage in v13, refer to the Design Reference manual.

This command returns an empty string in the following cases:

  • The field is not stored outside of the data file.
  • The field has a Null value, in which case the external file was not created.

 
PROPRIEDADES 

Produto: 4D
Tema: Acesso a Estrutura
Número 1133

 
INDEX

Lista alfabética dos comandos

 
HISTÓRIA 

New
Criado por: 4D v13

 
VER TAMBÉM 

SET EXTERNAL DATA PATH