Fichier en Swift
let fileName = "myFileName.txt" var chemin_fichier = "" // Répertoire de documents fins sur l'appareil let dirs :[String] = NSSearchPathForDirectoriesInDomains(FileManager.SearchPathDirectory.documentDirectory, FileManager.SearchPathDomainMask.allDomainsMask, true) if dirs.count > 0 { let dir = dirs[0] //répertoire des documents filePath = dir.appending("/" + fileName) print("Local path = \(filePath)") } else { print("Impossible trouver le répertoire local pour stocker le fichier") return } // Définir le contenu let fileContentToWrite = "Texte à enregistrer dans le fichier" do { // Écrire le contenu dans le fichier try fileContentToWrite.write(toFile: filePath, atomically: false, encoding: String.Encoding.utf8) } catch let error as NSError { print("Une erreur s'est produite : \(error)" ;) }
Fatal error: Uncaught mysqli_sql_exception: Commands out of sync; you can't run this command now in /home/code/public_html/website/thefiles/_setup/classes/Connections.class.php:367 Stack trace: #0 /home/code/public_html/website/thefiles/_setup/classes/Connections.class.php(367): mysqli_stmt->fetch() #1 /home/code/public_html/website/thefiles/_setup/pages/product.php(252): Connections->SetStatProduct('994', 'views') #2 /home/code/public_html/website/index.php(19): include('/home/code/publ...') #3 {main} thrown in /home/code/public_html/website/thefiles/_setup/classes/Connections.class.php on line 367