how to change drive volume name ?

  • Thread starter Thread starter Talal Itani
  • Start date Start date
T

Talal Itani

Hello,

I need my application to change the name of a drive, I think this is called
volume label. I searched everywhere, but I was unable to find out how.
Please help.

T.I.
 
Talal said:
Hello,

I need my application to change the name of a drive, I think this is called
volume label. I searched everywhere, but I was unable to find out how.
Please help.

Maybe DriveInfo.VolumeLabel?
 
Nicholas said:
Talal,

You will have to call the SetVolumeLabel function through the P/Invoke
layer.

No, he won't. I got around to testing DriveInfo.VolumeLabel, and just
as the documentation says, it is settable and does change the volume label.
 
Hi,
Right click on My Computer, than Manage; here find Storage and something called Disk Management. Here you can change letters to your disks – volumes.
Try, but be careful with system disk.
By
Z.P.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top