DownloadDirectory Property

Download directory.

Syntax

ANSI (Cross Platform)
char* GetDownloadDirectory();
int SetDownloadDirectory(const char* lpszDownloadDirectory); Unicode (Windows) LPWSTR GetDownloadDirectory();
INT SetDownloadDirectory(LPCWSTR lpszDownloadDirectory);
@property (nonatomic,readwrite,assign,getter=downloadDirectory,setter=setDownloadDirectory:) NSString* downloadDirectory;
- (NSString*)downloadDirectory;
- (void)setDownloadDirectory:(NSString*)newDownloadDirectory;
#define PID_OFTPCLIENT_DOWNLOADDIRECTORY 11

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_OFTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_OFTPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

"./"

Remarks

This property contains the location on disk of the folder the class will write received files to. The default for this property is "./", which is the current working directory.

Note: If this property is set to empty string data will not be written to disk and instead will be available through the Transfer event.

Data Type

String

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