Working with FileInfo and DirectoryInfo classes
https://www.c-sharpcorner.com/uploadfile/skumaar_mca/working-with-fileinfo-and-directoryinfo-classes/
The methods of the FileInfo class. The FileInfo class helps to work with the files like reading the existing file content, creating a new file which as specified in the FileInfo path, add the content to the existing file, copy the file into another new file, delete the exiting created file, move the file one place into another place.
DA: 76 PA: 87 MOZ Rank: 2 Up or Down: Up