ExDir v0.1.2 ExDir.Stream View Source

Defines a ExDir.Stream struct returned by ExDir.stream!/2.

The following fields are public:

  • path - the directory path
  • recursive - if file listing is recursive
  • raw - if any filename should be returned, even invalid Unicode names
  • type - if file types should be also returned

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExDir.Stream{options: term(), path: term(), recursive: term()}