Description
Gets the Access Control List (ACL) object or bucket.
Returns
Returns an ACL Object
Syntax
StoreGetACL(url) |
See also
StoreAddACL, StoreSetACL, Optimizing ColdFusion applications
History
ColdFusion 9 Update 1: Added this function
Example
1 2 3 4 5 6 | < cfif NOT DirectoryExists (dir)> < cfset directoryCreate(dir)> </ cfif > < cfset test = StoreGetACL( "#dir#" )> < cfdump var= "#test#" > |