Storages.isExistentStorage
Function/Meaning
Check storage existence
Type
Method of the
Storages class
Syntax
isExistentStorage(
storage
)
Arguments
storage
Specifies the name of the storage whose existence you want to check.
Return Value
Returns true if existence is confirmed, false otherwise.
Description
Checks whether the storage specified by storage exists. This is faster than using getPlacedPath.
Reference
Storages.getPlacedPath