Inherits from NSObject
Declared in CMISFileUtil.h

Tasks

Class Methods

appendToFileAtPath:data:

appends data to a file with given path

+ (void)appendToFileAtPath:(NSString *)filePath data:(NSData *)data

Discussion

appends data to a file with given path

Declared In

CMISFileUtil.h

fileSizeForFileAtPath:error:

returns the size of a file at path filePath

+ (unsigned long long)fileSizeForFileAtPath:(NSString *)filePath error:(NSError **)outError

Discussion

returns the size of a file at path filePath

Declared In

CMISFileUtil.h