To view directories/files in RAM, users can use cffm1.17 (ColdFusion File Manager) written by Rick Root in RIA Forge (http://cffm.riaforge.org/). This application serves as file explorer, as well as ram file system usage.
Do the following to make the cffm1.17 work in CF9:
1) CF9, we have added throw() and DirectoryList as inbuilt functions, You need to rename them. (ReFactor them in CFbuilder)
2) cffm.cfm, change the input directory to ram:/// (currently it is pointing to “custom”)
Run the cffm.cfm to view files in ram:/// directory and you can also get the directory usage in bytes.
Advertisement