Question

I’m looking for a way to check the remaining free space on a disk within Perl. I can’t use CPAN since I have to deploy the script on many servers with different versions of Perl, and I can’t change it because my team leader ordered me that way.

Any idea? I tried File::stat but I can’t use it on D:\ (the script runs on Windows versions).

Thanks!

No correct solution

OTHER TIPS

fsutil volume diskfree C:

For Windows servers you can run this cmd command from system() method.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top