Storages.chopStorageExt

Function/Meaning
Remove the extension from a storage name
Type
Method of the Storages class
Syntax
chopStorageExt(storage)
Arguments
storage Specifies the storage name from which you want to remove the extension.
Return Value
Returns the storage name with the extension removed.
Description
Removes the extension part from the specified storage name and returns it.
For example, if you pass "file://home/dee/hoge.txt", "file://home/dee/hoge" is returned.
Reference
Storages.extractStorageExt