Skip to content

Instantly share code, notes, and snippets.

@boycaught
Created July 17, 2012 06:21
Show Gist options
  • Save boycaught/3127569 to your computer and use it in GitHub Desktop.
Save boycaught/3127569 to your computer and use it in GitHub Desktop.
CF+Java directory lister
<cfscript>
ourDirectory = expandPath(“./”);
directoryList = createObject(“java”,”java.io.File”).init(ourDirectory).list();
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment