<?xml version="1.0" encoding="windows-1252"?>
<node id="938701" title="Re: -e on windows giving error" created="2011-11-17 18:18:07" updated="2011-11-17 18:18:07">
<type id="11">
note</type>
<author id="154438">
Util</author>
<data>
<field name="doctext">
Reorder your letters to put 'A' at the end. This is an improvement, not a perfect solution; you will only get the pop-up if `extracted` is not found at all.
&lt;code&gt;
sub get_drive {
    for my $letter ( 'B' .. 'Q', 'A' ) {
        return "$letter:" if -e "$letter:/extracted";
    }
    return;
}
&lt;/code&gt;
</field>
<field name="root_node">
938695</field>
<field name="parent_node">
938695</field>
</data>
</node>
