Bug with get total space block

Describe your issue

I have found a bug when trying to get the total space of a storage directory.

Steps to reproduce the issue

Use the block call File. Get Total Space with path “/mnt/sdcard/” (universal internal storage location).(from storage category)

Expected Behaviour

The result could be the size of this storage directory ("/mnt/sdcard/")

Actual Behaviour

The result will be 0, as 0 bytes. Even if you enable the access for app to your files. You have to use the path “/”.

Show your Blocks

Result

With single click

With long click

Android version

All android versions. Although, it cannot run on Android 1, 2, 3…

1 Like

Try changing mnt/sdcard/ to mnt/sdcard probably it will solve your problem and will show desired results

The bug still exist when I use that.