DirLogs Property

The directory used to store log files.

Syntax

ANSI (Cross Platform)
char* GetDirLogs();

Unicode (Windows)
LPWSTR GetDirLogs();
@property (nonatomic,readonly,assign,getter=dirLogs) NSString* dirLogs;
- (NSString*)dirLogs;
#define PID_AS2PROFILEMGR_DIRLOGS 6

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_AS2ProfileMgr_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

If CreateDirStruct was true when SaveProfile was invoked a directory for storing log files would have been created. The path to this directory can be read from DirLogs after invoking LoadProfile.

This property is read-only.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Edition - Version 20.0 [Build 8203]