I am working on a windows application in which i have added a folder name "Myfolder" in which there are 10 files. Now in code i need to access all those files name using loop.
You can iterate through the folder and get the names of files by using DirectoryInfo.GetFiles Method (String, SearchOption) or Directory.GetFiles Method (String, String, SearchOption).
A Microsoft está realizando uma pesquisa online para saber sua opinião sobre o site Msdn. Se você optar por participar, a pesquisa online lhe será apresentada quando você sair do site Msdn.