Storages.chopStorageExt

機能/意味
Truncation of storage name extension
タイプ
Storagesクラスのメソッド
構文
chopStorageExt(storage)
引数
storage  Specify the storage name whose extension you want to cut off.
戻り値
The storage name with the extension part cut off is returned.
説明
 Returns the specified storage name with the extension part cut off.
 For example, if you pass "file://home/dee/hoge.txt", "file://home/dee/hoge" is returned.
参照
Storages.extractStorageExt