Forum Discussion
AlexKaras
15 years agoCommunity Hero
Hi Anders,
Log.Message(aqFileSystem.Drives(1).SerialNumber);
works fine for me.
Maybe the reason of your problem is that Drives(0) corresponds to the A: drive which is empty?
Log.Message(aqFileSystem.Drives(1).SerialNumber);
works fine for me.
Maybe the reason of your problem is that Drives(0) corresponds to the A: drive which is empty?