https://issues.dlang.org/show_bug.cgi?id=16487
--- Comment #12 from [email protected] --- std.file makes more sense. User wants available disk space to know if it can create a file or how many byte in disk a cache can use (or whatever else). Much less useful in std.path. ideally there would be: std.filesystem.file std.filesystem.path std.filesystem.package <-- i would put it here but since it's not the case std.file is the best ooption. --
