|
Ecrire dans un fichier
|
Informations rapides |
|
|
Informations détaillées
|
Description :
Ecriture dans un fichier (mode: 2)
Création du fichier si n'existe pas (true)
Portion de code
1 2 3 4 5 6 7
|
<% Set obj = Server.CreateObject("Scripting.FileSystemObject") Set maj = obj.openTextFile(Server.mapPath("include/update.txt"),2,true) maj.write(FormatDateTime(Date)) maj.close %>
|
|
Informations & Services |
 |
|
|
 |
Newsletter
Autre Sources
Tips
|