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!

没有正确的解决方案

其他提示

fsutil volume diskfree C:

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top