Find all files
3 Votes |
Description
Property Details
2994565 | |
Production - Fully Tested and Ready for Production | |
Find all files | |
BESC | |
Find all files | |
sinucus on 8/13/2013 7:09:29 AM | |
sinucus on 8/13/2013 7:09:29 AM | |
19160 Views / 117 Downloads | |
* Average over 1 rating. ** Log In or Register to add your rating. |
Properties
All files
Period
1 day
* Results in a true/false |
pathnames of find files "*.txt" of (descendant folders of folder "c:\")
Relevance
Sharing
Social Media: |
Comments
|
|
You can even do math on it as well. -- sum of sizes of find files "*.txt" of (descendant folders of folder "c:\") |
|
|
Two ways, either -- sizes of find files "*.txt" of (descendant folders of folder "c:\") -- or you can combine them into 1 statement. -- (pathnames of it, size of it) of find files "*.txt" of (descendant folders of folder "c:\") |
|
|
How would I find the size of the files found? |