vaultExists

Tests whether the specified vault exists.

Syntax

public static boolean vaultExists(String name)

Parameters

Returns

vaultExists can return the following values:

Returns

Indicates

true

The vault exists.

false

The vault does not exist.

Examples