Not finding what you are looking for? Request a recipe!

  1. Avg. Rating 5.0

    Determining the version of an HTML-based AIR Application

    The XML from the application descriptor is available via the NativeApplication.nativeApplication.applicationDescriptor property. This is an XML string that can be parsed and introspected.

  2. Avg. Rating 5.0

    Moving files from one folder to another

    ColdFusion's cfdirectory tag allows you to quickly get all the files under a folder. One solution would be to simply list all the files from the source directory and then copy each to the destination. However - you have to ensure that subdirectories exist under the destination directory that matches ...

  3. Not yet rated

    How can I use ColdFusion to work with JSON?

    ColdFusion has native support for both creating and converting JSON data. These functions are: serializeJSON, deserializeJSON, and isJSON.

  4. Not yet rated

    How do I mail the contents of a form?

    By making use of the fact that the form scope in ColdFusion is a structure, we can write code to dynamically loop over each form field and display the value.

  • Results 1-4 of 4