FileIsDir Property

Whether or not the file represented by these attributes is a directory.

Syntax

ANSI (Cross Platform)
int GetFileIsDir();

Unicode (Windows)
BOOL GetFileIsDir();
@property (nonatomic,readonly,assign,getter=fileIsDir) BOOL fileIsDir;
- (BOOL)fileIsDir;
#define PID_SFTP_FILEISDIR 17

IPWORKSSFTP_EXTERNAL void* IPWORKSSFTP_CALL IPWorksSFTP_SFTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

Whether or not the file represented by these attributes is a directory.

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

Data Type

Boolean

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