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 indicates that the given storage path exists.