To avoid an IOException exception with files, you can either use a try. . .catch block or
Question:
To avoid an IOException exception with files, you can either use a try. . .catch block or make sure there is a file before attempting to read characters from it. This can be done by:
a. calling the File.Exists( ) method
b. using a loop to cycle through the file structure
c. throwing an exception
d. including statements in a finally block
e. placing a test loop in the Main( ) method
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
C# Programming From Problem Analysis To Program Design
ISBN: 9781285856872
5th Edition
Authors: Barbara Doyle
Question Posted: