1 Votes

Size of Temp folder?
Log In or Register to download the BES file, and more.


Relevance

 
  * Results in a true/false
Show indented relevance
if exists (folder "temp" of drive of system folder) then ((if (0<(it / (1024*1024*1024*1024))) then (it / (1024*1024*1024*1024)) as string & " TB" else if (0<(it / (1024*1024*1024))) then (it / (1024*1024*1024)) as string & " GB" else if (0<(it / (1024*1024))) then (it / (1024*1024)) as string & " MB" else if (0<(it / (1024))) then (it / (1024)) as string & " KB" else (it as string & " B")) of (sum of sizes of descendants of folder "temp" of drive of system folder)) else ERROR "no Temp Dir"

Property Details

ID2996934
Status
TitleSize of Temp folder?
Added by
Last Modified by on 6/20/2013 10:38:19 AM
Counters 11 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.

Sharing

Relevance Image Sharing:

<a href='https://bigfix.me/cdb/relevance/2996934'><img src='https://bigfix.me/cdb/relevanceimage/2996934?width=400' border='0'></a>
Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
talsela87 -
Does not work in version 10.5 :(