Storages.extractStorageName

功能/含义
取出文件名
类型
Storages类的成员方法
语法
extractStorageName(storage)
参数
storage  指定想要取出文件名的storage名。
返回值
返回文件的名称。不存在文件名的情况则返回空字符串。
说明
 从指定的storage名中取出文件名(去除路径)的部分并返回。
 例如输入"System/hoge.txt" 的情况、"hoge.txt" 会返回。
参照
Storages.extractStorageExt
Storages.extractStoragePath