×
Log in
Twitter
Gmail
Facebook
.NET Fiddle
and
.NET Academy
shared account
Remember me
Log in
Sign up
or
Reset password
Search Tutorials
Log in
Sign up
About
Twitter
.NET Fiddle
Support
Contact Us
Files and Directories
Exercise: Delete a file
< Previous
Next >
Goal
Delete the file "StarWars.txt"
using System; using System.IO; public class Program { public static void Main() { File.WriteAllText(@".\StarWars.txt", "Han shot first"); // Your code here. } }
Reset
Verify
Page 5 of 20
< Previous
Next >
Loading packages and dependencies