cmd: DIR command outputs free space for the path.
commit322c175cf0291d5c8543e0662a55082d0e53d001
authorAkihiro Sagawa <sagawa.aki@gmail.com>
Fri, 18 Aug 2023 03:51:54 +0000 (18 12:51 +0900)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 24 Aug 2023 14:44:26 +0000 (24 16:44 +0200)
tree46cada526e43edec70870ac3d144cf3257ebcb09
parent91de94ab9967749c8e7ece8123db947f996b092f
cmd: DIR command outputs free space for the path.

When the path contains a mountpoint on Unix or a junction point to
another drive on Windows, cmd.exe should show free space for the
path instead of the root of the drive.
programs/cmd/directory.c