Hello to all.
I want that find a file in server(physical path).
I write this code:
string[] filename= Directory.GetFiles(physicalAddress);
for example physical address="C:\\newfolder\\";
I trace this code. "physicalAddress" has value. but filename is empty after run!!!
I thanks anyone that guide me ;)
Go to the complete details ...