Re: How to detect active folder in Windows XP?



"max" <max@xxxxxxxxxxx> wrote in message news:epn3h8$qat$1@xxxxxxxxxxxxxxxxx
How to detect active folder in Windows XP?
Eg. d:\folder\temp

Parse the result from `cd`
chomp( my $curpath = `cd`);
print $curpath;


P


.