Login
|
Signup
langref.org
-
fantom
add..
all
clojure
cpp
csharp
erlang
fsharp
go
groovy
haskell
java
ocaml
perl
php
python
ruby
scala
Home
All
Solved
Unsolved
Strings
Numbers
Regex
Lists
Maps
Structure
Files
Dates
OOP
Networking
XML
Algorithms
Misc
Parallel
View Subcategory
Files
Directories
Process each file in a directory
fantom
File(`./`).list.each { process(it) }
Process each file in a directory recursively
fantom
File(`./`).walk { process(it) }