DirSent Property

The directory used to store sent files.

Syntax

ANSI (Cross Platform)
char* GetDirSent();

Unicode (Windows)
LPWSTR GetDirSent();
@property (nonatomic,readonly,assign,getter=dirSent) NSString* dirSent;
- (NSString*)dirSent;
#define PID_AS2PROFILEMGR_DIRSENT 10

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 sent files would have been created. The path to this directory can be read from DirSent 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]