SecureBlackbox 2020 C++ Edition

Questions / Feedback?

TempDir Property

The temporary path to use.

Syntax

ANSI (Cross Platform)
char* GetTempDir();
int SetTempDir(const char* lpszTempDir); Unicode (Windows) LPWSTR GetTempDir();
INT SetTempDir(LPCWSTR lpszTempDir);
@property (nonatomic,readwrite,assign,getter=tempDir,setter=setTempDir:) NSString* tempDir;
- (NSString*)tempDir;
- (void)setTempDir:(NSString*)newTempDir;
#define PID_HTTPSERVER_TEMPDIR 79

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_HTTPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_HTTPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

During its work, the class might benefit from creating temporary files. Use this property to provide the location where temporary files can be stored.

If no temporary directory is provided, all the temporary information will be stored in memory.

Data Type

String

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