Click here to Skip to main content
16,015,166 members

Comments by Member 13924789 (Top 2 by date)

Member 13924789 28-Feb-20 13:09pm View    
Will give this a try
Member 13924789 28-Feb-20 13:08pm View    
I am thinking that will help me because I once moved a folder name. It should be something a sort of :-

string [] files = Directory.GetFiles(source)
foreach(var file in files)
{
}

Thanks I will give it a try over there and let you know