1
Answer

What are the Satellite Assemblies in .NET

Rohatash Kumar

Rohatash Kumar

14y
5.2k
1
What are the Satellite Assemblies in .NET ?
Answers (1)
0
Javeed M Shaikh

Javeed M Shaikh

NA 7.8k 69.7k 11y
yes you can use the following for file handling:

include this 
System.IO;

you have the following methods:

File.Exists --> to check if the file exists
File.Delete --> to delete the file
File.Open --> to open the file.