Storages.extractStoragePath

功能/含义
取出storage名的路径
类型
Storages类的成员方法
语法
extractStoragePath(storage)
参数
storage  指定需要取出路径的storage名。
返回值
返回路径。不存在路径的情况下将返回空字符串。
说明
 从指定的storage名中,取出路径的部分并返回。
 例如:输入"file://home/dee/hoge.txt" 的情况下将返回"file://home/dee/"
参照
Storages.extractStorageExt
Storages.extractStorageName