writeEnd (  string path , string text  )  : void
 Write a text at the end of a file on your disk 
	
Tips
If you have an error, try to check the path exist, to do that, in debug mode, evaluate the pathDisk value and copy-paste it in the Windows Search (press Win and do Ctrl+V) and see if the file is displayed.See also
writeExample
writeEnd(path("desktop")+"file.txt", "Appended text content.")Paramètres
path
 path to the file 
							text
 to insert in the file  
							