Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
    
    ...
    $c = Win32::OLE->GetObject($ADsPath) or die "Невозможно получить $ADsP
    +ath\n";
    
    print map {"[$_->{path}=$_->{description}]\n"} in $c;
    
  2. or download this
    [C:\=]
    [D:\=]