vaultExists

Tests whether the specified vault exists.

Syntax

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

Parameters

Returns

vaultExists can return the following values:

Returns

Indicates

YES

The vault exists.

NO

The vault does not exist.

Examples