IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DirSummaryFileCount Property

The number of files within the directory.

Syntax

ANSI (Cross Platform)
int64 GetDirSummaryFileCount();

Unicode (Windows)
LONG64 GetDirSummaryFileCount();
@property (nonatomic,readonly,assign,getter=dirSummaryFileCount) long long dirSummaryFileCount;
- (long long)dirSummaryFileCount;
#define PID_HADOOPDFS_DIRSUMMARYFILECOUNT 4

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 files within the directory.

This property reflects the number of files contained within the directory, calculated recursively.

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]