DirDeleted Property

The directory used to store deleted files.

Syntax

ANSI (Cross Platform)
char* GetDirDeleted();

Unicode (Windows)
LPWSTR GetDirDeleted();
@property (nonatomic,readonly,assign,getter=dirDeleted) NSString* dirDeleted;
- (NSString*)dirDeleted;
#define PID_AS2PROFILEMGR_DIRDELETED 4

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