vaultExists

Tests whether the specified vault exists.

Syntax

+ (BOOL)vaultExists:(NSString*)name; 

Parameters

Returns

Returns true if the vault exists; otherwise returns false.

Examples