Re: How to detect active folder in Windows XP?



Super, it work.

Thanks

chomp( my $curpath = `cd`);
print $curpath;


.