- 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(, ); }
2 Réponses
+ 1
_(File._("names.txt")) {
File.AppendAllText(_ , _);}
fill in the blanks
"names.txt" if "David" Create Exist File
answer is:
if
Exists
"names.txt"
"David"
0
Can you explain yourself more.
What is your question about this question ?
Could you complete the question, I am missing the "options below".