The text of this article is not in this database — only its details are. Read it on the old site: File I/O Using C#
8 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: File I/O Using C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Venen JeanPosted Jul 28, 2023, 3:05 PM
Under: "FileInfo Class -> Extension". I think "flInfo.Extension;" returns a string, not a boolean?
VikramPosted Nov 2, 2015, 6:30 AM
file.delete means it deletes the textfile.txt, fileinfo.delete means removes the the data in text.txt file but not delete text.txt file.
kashish khannaPosted Feb 4, 2014, 2:57 PM
sir what is the difference between file.delete and fileinfo.delete
Abhishek Kumar RaviPosted Jan 11, 2014, 12:22 PM
Sir, There is a small mistake in 'Writing Data To Files'. There you have written File.WriteAllLines() instead of File.Append.AllLines(). #MakeItCorrect
Abhishek Kumar RaviPosted Jan 11, 2014, 7:06 AM
Well Explained article :) #LIKED