We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to find Total size and Free space of UNC path

alt_tush
9 - Comet

Hi All,

 

Is there any quickest way to find the Total size and Free space of UNC path using Alteryx.

 

I have UNC path which have storage capacity is 3 TB and it is almost full.

So i want to find out Total size and Free space of UNC path using Alteryx instead of using MAP network drive option.

 

Thank you in advance,

 

 

 

 

 

2 REPLIES 2
apathetichell
20 - Arcturus

maybe command line tool

create the text of a batch file in formula with:

"fsutil volume diskfree "+[unc path] (for your unc path variable)

 

run your batch file. read in the results?

 

saveeshkumar
9 - Comet

Hi @alt_tush ,

 

Using Directory Tool we can get the size of all subfolder with that you will able to calculate the free space.

 

Thanks.

Labels
Top Solution Authors