Drag and drop from the options below to check if the file "names.txt" exists. If it does, add "David" to the end of the file. ( | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Drag and drop from the options below to check if the file "names.txt" exists. If it does, add "David" to the end of the file. (

Drag and drop from the options below to check if the file "names.txt" exists. If it does, add "David" to the end of the file. (File.("names.txt")) { File.AppendAllText(, ); }

12th Jun 2020, 3:59 PM
vaibhav meshram
vaibhav meshram - avatar
2 Answers
+ 1
_(File._("names.txt")) { File.AppendAllText(_ , _);} fill in the blanks "names.txt" if "David" Create Exist File answer is: if Exists "names.txt" "David"
7th Sep 2020, 10:34 PM
Christian Aldana
Christian Aldana - avatar
0
Can you explain yourself more. What is your question about this question ? Could you complete the question, I am missing the "options below".
13th Jun 2020, 3:15 PM
sneeze
sneeze - avatar