RE: what is the most robust and accurate way to determine the BOOT volume?

2009-03-30 Thread anthony . okusanya
andard across windows platform (now I cant confirm this for Windows 95,98, me) Tony B. Okusanya Windows Standards Group From: "Greg Aiken" To: Date: 03/30/2009 05:01 PM Subject: RE: what is the most robust and accurate way to determine the BOOT volume? Sent by: perl-win32-use

RE: what is the most robust and accurate way to determine the BOOT volume?

2009-03-30 Thread Greg Aiken
I discovered (on my computer) that ENV vars named 'SystemRoot' and 'SystemDrive' exist. Does anyone know if these would be present on all Windows computers? If so, it would seem the answer here would be to merely look at $ENV{'SystemDrive'} Can anyone think of a reason where these ENV