Back in the glory days of API1 and Xojo 2019r1.1, I could programmatically rename a volume by assigning a new name to it, e.g.
Volume(i).Name = "Garbage"
With API2 and Xojo 2020r2.1, I can’t seem to do that:
DriveAt(i).Name = "Garbage"
does nothing, and doesn’t throw an exception.
Any ideas? Or should I brave trying to find an MBS solution?