Click here to Skip to main content
15,891,629 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Directory.GetFiles.....does not appear
which name space belong to ?

string[] filesindirectory = Directory.GetFiles(Server.MapPath("~/Upload/Products/Template/Thumbnail/"));
Posted

Add
C#
using System.IO;

to your file.

PS. But honestly, a search using the key words "Directory class .Net" would have given you the answer faster than submitting the question at CodeProject. :-P
 
Share this answer
 
v2
The MSDN documentation[^] helps:
Namespace: System.IO
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900