PA_GetLogName


version 2003


PA_GetLogName (logName)

Parameter Type Description
logName char * 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