File Objects

This section describes objects for creating, deleting, and manipulating files. The JavaScript equivalent is the fs (file) API.

Manipulating the file system does not require you to create an object. You can find documentation on creating and deleting directories and files, along with other file system manipulation functions, on this page.