4D v12.4

Log File

Home

 
4D v12.4
Log File

 

Log File 


 

Log File -> Function result 
Parameter Type   Description
Function result  String in Long name of the database log file

The Log File command returns the long name (i.e. the complete pathname of the file, including its name) of the current log file of the open database.

If the database is operating without a log file, the command returns an empty string and the system variable OK is set to 0.

If the database operates with a log file, the system variable OK is set to 1. The pathname returned by the command is expressed with the syntax of the current platform.

WARNING: If you execute this command from a 4D Client machine, only the log file name is returned, not the long name

If the database is operating without a log file, the system variable OK is set to 0; otherwise, it is set to 1.

 
PROPERTIES 

Product: 4D
Theme: Backup
Number: 928

The OK variable is changed by the commandDifferent in remote mode

 
HISTORY 

Created: 4D 2004.3

 
SEE ALSO 

SELECT LOG FILE