IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DirSummaryDirCount Property

The number of subdirectories within the directory.

Syntax

ANSI (Cross Platform)
int64 GetDirSummaryDirCount();

Unicode (Windows)
LONG64 GetDirSummaryDirCount();
@property (nonatomic,readonly,assign,getter=dirSummaryDirCount) long long dirSummaryDirCount;
- (long long)dirSummaryDirCount;
#define PID_HADOOPDFS_DIRSUMMARYDIRCOUNT 3

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_HadoopDFS_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

The number of subdirectories within the directory.

This property reflects the number of subdirectories contained within the directory, calculated recursively. Note that this count will always include the directory itself; i.e., this property would return 1 for a directory with no subfolders.

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

Data Type

Long64

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