getObjectInfo()
Overview
public struct function getObjectInfo(
required string path
, boolean trashed
, boolean private
)
Returns size and lastmodified information about the object that resides at the provided 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 |