Working with Directories in Swift
Discover how to write Swift code to interact with file systems, including changing, creating, and deleting directories.
We'll cover the following
The goal of this lesson is to provide an overview of how to work with local file system directories. Topics covered include identifying the user’s document and temporary directories, finding the current working directory, creating, removing and renaming directories, and obtaining listings of a directory’s content. Once the topic of directory management has been covered, we will move on to handling files in the next lesson.
Get hands-on with 1400+ tech skills courses.