PA_GetLogName

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_GetLogName (logName)

ParameterTypeDescription
logNamechar *Pointer to a char buffer
Name of the log file

Description

The routine PA_GetLogName fills the string pointed to by logName with the name of the current log file name, used by 4D Backup.

NOTE

logName can contain up to 255 characters.

Be sure to leave enough room for the path. It is a good habit to always use 255 length strings (declared as Str255 under MacOS or char[256] under Windows).

See Also

PA_GetDataName, PA_GetStructureName.

Error Handling

PA_GetLastError always returns eER_NoErr


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next