Storages.isExistentStorage
功能/含义
确认storage是否存在
类型
Storages类
的成员方法
语法
isExistentStorage(
storage
)
参数
storage
指定要确认是否存在的storage名称。
返回值
如果确认存在,返回为真,否则返回为假。
说明
确定用storage中指定的目标是否存在。它比使用getPlacedPath更快。
参照
Storages.getPlacedPath