Top "Driveinfo" questions

How to correctly convert filesize in bytes into mega or gigabytes?

I'm using the DriveInfo class in my C# project to retrieve the available bytes on given drives. How to I …

c# byte disk driveinfo megabyte
How to get Drive Letter and Name (volume label)

I have a program that tells me all the hard disks/ usb's, but it only tells me the drive letter …

c# drive driveinfo
How to get the list of removable disk in c#?

I want to get the list of removable disk in c#. I want to skip the local drives. Because i …

c# .net removable-storage driveinfo
Getting drive info from a remote computer

I can view a remotly connected pc from this article:Remote Desktop using c-net . but i dont need it. I …

c# remote-desktop driveinfo
How to get drive information by volume id

I have a txt file with volume id's in it. I need to get drive info (drive letter, drive size, …

c# c++ drive driveinfo
Mapped network drives cannot be listed in C#

I am trying to list all local drives in my application, and DriveInfo.GetDrives give back the local drive letters, …

c# mapped-drive driveinfo
.Net DriveInfo() with UNC paths?

Good morning, is there a way to get a DriveInfo instance for UNC paths (e.g. "\fors343a.ww123.somedomain.…

.net unc driveinfo