Nas
(Nas)
March 15, 2022, 10:48am
1
i designed RPA to Scan the folder size in each folder from the network drive and writes the folder size & folder name in Excel sheet for each folder , the scan works okay , however i notice the size i get is not accurate to what i see from the folder it gives me different sizes
to get the size i used in writing cell
CurrentFolder.SizeInKB()/1024
hI @Nas
I tried the same and it returns me the correct size
If possible can you show the screenshot of the output and the size in the properties of the folder?
Regards
Sudharsan
1 Like
Hi
Did we give a try with this activity for exact values
cheers @Nas
Okay @Nas
Check out this thread once
I have hundreds of folder paths on network; what i have to do that calculate these folder size and make the report. Note that these folders may contains millions of subfolders and files.
I have created work flow for this and used ‘BalaReva.DirFileSize.DirectorySize’ this custom activity which gives the folder size.
However it throws below exception for few cases;
“The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the direc…
Regards
Sudharsan
ushu
(Usha kiranmai)
March 15, 2022, 12:23pm
6
@Nas . Please check the below post to get the folder size in KB, GB, MB
postwick
(Paul Ostwick)
March 16, 2022, 1:56pm
8
This is because of how data is stored on computers.