Skip to content

Instantly share code, notes, and snippets.

View OneGrumpyBunny's full-sized avatar

Cheryl Velez OneGrumpyBunny

View GitHub Profile
@bennadel
bennadel / code-1.cfm
Created March 25, 2014 11:14
JSON Files As Temporary File Storage In ColdFusion Applications
<!---
Get the full file path to the directory in which we are
storing our serialized JSON data files.
--->
<cfset dataDirectory = getDirectoryFromPath(
getCurrentTemplatePath()
) />
<!--- Create a basic ColdFusion object. --->
<cfset girl = {