Hi Dear,
I m working on the project in which i need to calculate the total number of files which is existing in other computer's drive folder.
How can i get the total file according to creation date wise.
Thanks....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Guest UserPosted Jul 8, 2014, 10:53 PM
- In C# you could use System.IO namespace and access Directories, Files, Folders and write algorithm to count total number of files
- 2nd option is to use Command prompt and write batch file to do that
- 3rd option is to use Powershell cmdlets
- 4th option if it's Unix based OS then use Shell script
twitter @sumitjolly