Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

OServer - existsStoragePath()

This method determines whether the given storage path exists.

Checking Storage Path

Syntax

public Boolean OServer().existsStoragePath(String iURL)
ArgumentTypeDescription
iURLjava.lang.StringDefines 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.