Contents

Adopting Swift File Operations

Migrate existing C code to Swift, using the file operations provided by the System module.

Overview

The C functions for file operations map to Swift as follows:

See Also

Adopting System