getImageMetaDataFromFilePath()
Overview
public struct function getImageMetaDataFromFilePath(
required string filePath
)
This method returns any metadata as a cfml structure. This is currently only supported natively for images. For full support see Pixl8s Apache Tika extension.
Arguments
Name | Type | Required | Description |
---|---|---|---|
filePath | string | Yes | String path to a local file |