Another snag:

The key I need is named "\DosDevices\G:", at this path:

HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices

So it would seem that if I escape the backslashes in the key name I'd be good:

get queryRegistry("HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices\\\DosDevices\\F:")

But no go.

I've tried many different combinations of escapes, and no escapes at all, and no matter what I try the result says, "bad key" and the data returned is empty.

Any clues?

TIA -

--
 Richard Gaskin
 Fourth World
 Rev training and consulting: http://www.fourthworld.com
 Webzine for Rev developers: http://www.revjournal.com
 revJournal blog: http://revjournal.com/blog.irv
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to