Calculates the size of the specified fork of a file.
Original signature is '- (uint64_t) calculateSizeOfFile:(DRFile*)file fork:(DRFileFork)fork estimating:(BOOL)estimate'

C# | Visual Basic | Visual C++ |
ulong CalculateSizeOfFileForkEstimating( DRFile file, DRFileFork fork, bool estimate )
Function CalculateSizeOfFileForkEstimating ( _ file As DRFile, _ fork As DRFileFork, _ estimate As Boolean _ ) As ULong
unsigned long long CalculateSizeOfFileForkEstimating( DRFile^ file, DRFileFork fork, bool estimate )

- file (DRFile)
- The file object.
- fork (DRFileFork)
- The fork of the file whose size is to be calculated.
- estimate (Boolean)
- If the file size should be estimated or exact.

The length of the file's fork.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)