search: keywords: ['Java API', 'OServer', 'storage path exists', 'existsStoragePath']
OServer - existsStoragePath()
This method determines whether the given storage path exists.
Checking Storage Path
Syntax
public Boolean OServer().existsStoragePath(String iURL)
Argument | Type | Description |
---|---|---|
iURL | java.lang.String | Defines the storage path. |
Return Value
This method returns a boolean
value. If the return value is true
, it inidicates that the given storage path exists.