Structs

Represents a virtual file, with an associated path.
Represents a virtual file, without an associated path.
Represents a collection of files.

Enums

Represents an abstract location for binary data.

Constants

File mode indicating a block device.
File mode is a character device.
File mode indicating a directory.
File mode is a fifo / named pipe.
File mode indicating a symbolic link.
File mode indicating a regular file.
File mode indicating a socket.
File mode indicating read bit for group.
File mode indicating read bit for other.
File mode indicating read bit for owner.
Set GID bit.
Set UID bit.
Sticky bit.
File mode indicating write bit for group.
File mode indicating write bit for other.
File mode indicating write bit for owner.
File mode indicating execute bit for group.
File mode indicating execute bit for other.
File mode indicating execute bit for owner.

Functions

Normalize a path or error on validation failure.