On Thursday, 15 February 2018 at 20:43:32 UTC, Johan Engelen
wrote:
On Wednesday, 14 February 2018 at 12:22:09 UTC, Vino wrote:
Hi All,
Request your help on how to get the disk space used and free
size of a Network share folder in Windows, tried with getSize
but it return 0;
See:
https://github.com/ldc-developers/ldc/blob/f5b05878de6df2ea4a77c37128ad2eae0266b690/driver/cache_pruning.d#L47-L71
and https://issues.dlang.org/show_bug.cgi?id=16487
cheers,
Johan
Hi All,
Thank you very much, was able to successfully use the windows
function.
From,
Vino.B