Skip to content

illescasDaniel/Files-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Files-swift

Simpler way to manage files.

· Save:

File.save(_ content:, to: URL?)

· Read:

File.read(from: URL?)

· Remove:

File.remove(at: URL?)

· Copy:

File.copy(file: URL?, to: URL?)

About

A simpler way to save and read file in swift

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages