objectExists()
Overview
public boolean function objectExists(
required string path
, boolean trashed
, boolean private
)
Returns whether or not an object exists for the passed path.
Arguments
Name | Type | Required | Description |
---|---|---|---|
path | string | Yes | Expected path of the object |
trashed | boolean | No | Whether or not the object has been "trashed" |
private | boolean | No | Whether or not the object is private |