Remove a file, return true if success

Property definitions

core :: file $ Text :: file_delete
	# Remove a file, return true if success
	fun file_delete: Bool do return to_cstring.file_delete
lib/core/file.nit:920,2--921,55