Skip to content

Instantly share code, notes, and snippets.

@developer--
Created June 3, 2022 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save developer--/7e5b905e0d6aab8d7de62f85712a4c37 to your computer and use it in GitHub Desktop.
Save developer--/7e5b905e0d6aab8d7de62f85712a4c37 to your computer and use it in GitHub Desktop.
let fileUtils = FileUtils()
func createFile(path: String) -> bool {
return fileUtils.createFile(filePath: path)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment