'size of folder on network drive - os.path.getsize showing zero
On Windows machine when using os.path.getsize on a network drive, size returned is zero,
whereas actually there are files present in the folder.
How does one get actual size of a folder on network drive?
I have tried pathlib as suggested on Stack Overflow. But that returns a zero.
Is there some setting required from the server side to ensure pathlib stat works? Or is there another workaround for this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
