Storages.extractStorageExt
Function/Meaning
Extract storage name extension
Type
Method of the
Storages class
Syntax
extractStorageExt(
storage
)
Arguments
storage
Specifies the storage name from which you want to extract the extension.
Return Value
Returns the extension part. The extension part includes the
.
(dot). If there is no extension, an empty string is returned.
Description
Extracts and returns the extension part from the specified storage name.
Reference
Storages.extractStorageName
Storages.extractStoragePath
Storages.chopStorageExt