Skip to content

FileManager

Corban Amouzou edited this page Jan 12, 2022 · 1 revision

Extensions on FileManager

Properties

applicationSupportDirectory

Gets the application support directory

var applicationSupportDirectory: URL? 

Methods

isDirectory(atPath:)

Checks to see if the given path is a directory

func isDirectory(atPath: String) -> Bool 
Clone this wiki locally