(write-data-file string1 string2) -> #f
Writes string2 to the file described in string1.
Example:
>> (write-data-file "data.txt" "123") :: #f