Log in

Twitter Gmail Facebook
.NET Fiddle and .NET Academy
shared account
Sign up or Reset password

.NET Academy

Search Tutorials
Log in Sign up
    
  • About
  • Twitter
  • .NET Fiddle
  • Support
  • Contact Us
Please login to save your progress.
1. Introduction
2. Reading and Writing files2.1 Exercise: Write a text file2.2 Exercise: Read a text file2.3 Exercise: Delete a file
3. Working with Directories3.1 Exercise: Create a directory3.2 Exercise: Delete a directory3.3 Exercise: Enumerate files in a directory
4. Using Streams4.1 Exercise: Reading from a file4.2 Exercise: Writing to a file
5. IDisposable5.1 Exercise: Reading from a file with using5.2 Exercise: Writing to a file with using
6. Utility Types6.1 Exercise: Working with directories6.2 Exercise: Working with files
7. Deep Dive
8. Conclusion

Files and Directories

Deep Dive

< Previous Next >

You can find more information about file IO using these great online resources:

How to do basic file I/O in Visual C# - MSDN

File I/O Using C# - C# Corner

C# File Handling - DotNetPerls

Page 19 of 20
< Previous Next >


Loading packages and dependencies