getObjectLocalPath()
Overview
public string function getObjectLocalPath(
required string path
, boolean trashed
, boolean private
)
Returns a full local file path for the given storage path
Arguments
Name | Type | Required | Description |
---|---|---|---|
path | string | Yes | The path of the stored object |
trashed | boolean | No | Whether or not the object has been "trashed" |
private | boolean | No | Whether or not the object is private |