Storages.extractStorageName

機能/意味
Extract storage name
タイプ
Storagesクラスのメソッド
構文
extractStorageName(storage)
引数
storage  Specify the storage name from which you want to extract the storage name.
戻り値
Returns the storage name. If there is no storage name, an empty string is returned.
説明
 Extracts and returns the storage name part (excluding the path) from the specified storage name.
 For example, if you pass "System/hoge.txt", "hoge.txt" is returned.
参照
Storages.extractStorageExt
Storages.extractStoragePath