Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please Help Me??how to delete files from temporary folder which are uploaded more than one hour ago??
Posted
Comments
Emre Ataseven 25-Apr-14 5:37am    
Uploaded or downloaded?
Sanket Saxena 25-Apr-14 6:06am    
Elaborate your question little bit more.

1 solution

Have a look at these

File.Delete[^]

Path.GetTempPath[^]

Directory.GetFiles[^]

These 3 links should help you create a solution that meets your needs. If you are still stuck after please post some code and we will help you further.
 
Share this answer
 
Comments
BELGIUMsky 25-Apr-14 8:10am    
to know when its created you can use FileInfo
http://msdn.microsoft.com/en-us/library/system.io.fileinfo.aspx

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