Skip to content

Identify VFS (Sparse) files differently #7574

@acrey1

Description

@acrey1

Onedrive, Nextcloud, Dropbox, etc. all support Virtual Files, where files are held in the system merely as placeholders, and have actual file sizes of zero. These are also known as sparse files under Windows (link here).

Under the Files tab in MC, these are shown with their un-virtual size:

Image

Nothing happens when any of these are clicked on (or selected -> Download).

Using Get-ChildItem (or dir), the same files are presented with their un-virtual size in brackets:

Image

It would be great to identify these virtual / sparse files differently, and also disable the Download option for these.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions