Module ggez::filesystem [] [src]

Provides an interface to the user's filesystem.

This module provides access to files in specific places: * The resources/ subdirectory in the same directory as the program executable, * The resources.zip file in the same directory as the program executable, * The root folder of the game's save directory (eventually)

Files will be looked for in these places in order.

Right now files are read-only. When we can write files, they will be written to the game's save directory.

Structs

Filesystem

A structure that contains the filesystem state and cache.

Enums

File

Represents a file, either in the filesystem, or in the resources zip file, or whatever.