Skip to main content
The Deno 2 Release Candidate is here
Learn more

read_files

import files from 'https://deno.land/x/read_files@v0.1.0/mod.ts'

for await (const file of files('path/to/directory')) {
  // do something
}