SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

CurrListEntryPath Property

The full path to the file or directory.

Syntax

ANSI (Cross Platform)
char* GetCurrListEntryPath();

Unicode (Windows)
LPWSTR GetCurrListEntryPath();
@property (nonatomic,readonly,assign,getter=currListEntryPath) NSString* currListEntryPath;
- (NSString*)currListEntryPath;
#define PID_FTPCLIENT_CURRLISTENTRYPATH 41

SECUREBLACKBOXLITE_EXTERNAL void* SECUREBLACKBOXLITE_CALL SecureBlackboxLite_FTPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The full path to the file or directory.

This property is read-only and not available at design time.

Data Type

String

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