Find all files
Log In or Register to download the BES file, and more.

3 Votes

Description

Finds and displays the pathnames of every .txt file on the C:\ drive.

Property Details

ID2994565
StatusProduction - Fully Tested and Ready for Production
TitleFind all files
DomainBESC
KeywordsFind all files
Added by on 8/13/2013 7:09:29 AM
Last Modified by on 8/13/2013 7:09:29 AM
Counters 19160 Views / 117 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Properties

All files
Period 1 day
 
  * Results in a true/false
Show indented relevance
pathnames of find files "*.txt" of (descendant folders of folder "c:\")

Relevance

isWindows (Relevance 1172)
Used in 1152 fixlets and 538 analyses   * Results in a true/false
Show indented relevance
windows of operating system

Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
sinucus -
You can even do math on it as well. -- sum of sizes of find files "*.txt" of (descendant folders of folder "c:\")
sinucus -
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:\")
mbartosh -
How would I find the size of the files found?