libwren-sys 0.1.0

FFI bindings for the wren embedded programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
^title Directory Class

A directory on the file system.

## Static Methods

### Directory.**exists**(path)

Whether a directory exists at `path`. This returns `false` for files or other
special file system entities.

### Directory.**list**(path)

Lists the contents of the directory at `path`. Returns a sorted list of path
strings for all of the contents of the directory.