Compressing directory structure using lzma sdk (7z)

Hi everyone!
I'm a beginner in things like this, but I need to call some compression method to compress some directory structure. I considered using lzma sdk but I don't have any idea how to do this work with directories. Do I have to copy directory structure and compress files in these directories? How to make one archive file then?
Oh. I'm using package SevenZip and its main method from LzmaAlone.
Does anyone knows the idea?
Thanks in advance...

lzma sdk is written in java and can be used in java applications. Maybe there is someone who did something like this in the past - called methods from SevenZip package from his own project to compress directory structure, not only single file.

Similar Messages

  • Copying complete directory structure using java.io.File

    Is there a solution to problem when you want to copy a complete directory structure using java.io.File class as you can copy when using FTP connection.

    Is there a solution to problem when you want to copy
    a complete directory structure using java.io.File
    class as you can copy when using FTP connection.FTP does not have a command to transfer all the files in a directory. FTP clients implement this by invoking single file transfer for each file in a directory.

  • How do I compress PDF files using Acrobat SDK?

    have a web service created in a .net environment that examines existing pdf files in a staging directory prior to sending them over the wire using FTP.
    Part of that process requires that I rename individual files in order to associate them with a particular batch.
    I also have a requirement to reduce the size of individual files as much as possible in order to reduce the traffic going over the line.
    So far I have managed about a 30% compression rate by using an open source library (iTextSharp).
    I  am hoping that I can get a better compression rate using the Acrobat SDK, but I need someone to show me how, hopefully with an example that I can follow.
    The following code snippet is a model I wrote that accomplishes the rename and file compression...
                const string filePrefix = "19512-";
                string[] fileArray = Directory.GetFiles(@"c:\temp");
                foreach (var pdffile in fileArray) {
                    string[] filePath = pdffile.Split('\\');
                    var newFile = filePath[0] + '\\' + filePath[1] + '\\' + filePrefix + filePath[2];               
                    var reader = new PdfReader(pdffile);
                    var stamper = new PdfStamper(reader, new FileStream(newFile, FileMode.Create), PdfWriter.VERSION_1_5);
                    int pageNum = 1;
                    for (int i = 1; i <= pageNum; i++) {
                        reader.SetPageContent(i, reader.GetPageContent(i), PdfStream.BEST_COMPRESSION);
                    stamper.Writer.CompressionLevel = PdfStream.BEST_COMPRESSION;
                    stamper.FormFlattening = true;
                    stamper.SetFullCompression();
                    stamper.Close();
    Any assistance is appreciated.

    You can't use Adobe Acrobat on a server.

  • Populating MX:Tree with Directory Structure using PHP

    Hello,
    I have written the following php function to return the directory structure :
         public function get_dir_iterative()
              $dir = 'data';
              $exclude = array( 'cgi-bin', '.', '..' );
              $folders = '<?xml version="1.0"?>';
              $folders .= "<node label='Root' path=\"data\">";
              //$folders .= $this->getFolderRecuring("data");
              $exclude = array_flip($exclude);
              $dh = opendir($dir);
              //$stack = array($dh);
              //$level = 0;
                        //closedir(array_shift($stack));
              while(count($stack))
                   if(false !== ( $file = readdir( $stack[0] ) ) )
                        if(!isset($exclude[$file]))
                             if(is_dir($dir . '/' . $file))
                                  $dh = opendir($dir . '/' . $file);
                                  if($dh)
                                       $folders .= "<node label=\"$file\" path=\"$dir/\" isBranch=\"true\" />";
                                       array_unshift($stack, $dh);
                                       ++$level;
                             else
                                  $folders .= "<node label=\"$file\" path=\"$dir/\">";
                   else
                        closedir(array_shift($stack));
                        --$level;
              $folders .= "</node>";
              return $folders;
    When I test this function manually it returns the proper structure.
    But when I call it with help of ZendAMF there is nothing returned and the sandclock is spinning infinite ?!
    here is the flex part:
    private var fms:RemoteObject = new RemoteObject();
    protected function initFileManagerService():void
         fms.destination ='zend';
         fms.source='FileManagerService';
         fms.showBusyCursor=true;
         fms.addEventListener( FaultEvent.FAULT, faultListener);         
         fms.get_dir_iterative.addEventListener( ResultEvent.RESULT, load_result );              
         trace('FileManagerService initialized');
    public function load():void
         fms.get_dir_iterative();
         trace('Service / load');
         private function load_result( e:ResultEvent ):void
              trace('result:'+e.result)                   
    My zend setup is working, any idea what could be wrong ?

    >if you comment out the php and just return "hello" do you get it back in flex?
    Jip, thats working
    >is this line right?>fms.get_dir_iterative.addEventListener( ResultEvent.RESULT, load_result );
    Yes it is correct, thats the way you listen for a result of a specific function when using the zend framework.
    I have other projects running very good like this.
     

  • What is the directory structure of the SDK ?

    What is the structure of the SDK folders ?
    There is no introductory file inside the SDK such as a manifest that gives any idea of what the contents are and their relative value and level of prereqs.
    Why does the SDK have any of the bloated html docs and zips ? cant the adobe provide pdfs which can do the same ?
    I need a tour of the SDK, preferably a quick and dirty description or a video tut. Adobe CORPORATION should have provided it - than leaving an empty stub to be filled by a trail of charghing consultants and lost patsies.
    Will this sdk for 9.x work for 8.x acrobat writer ?
    C:\temp\SDK\SDK91_V2_WIN
    \---Adobe
        \---Acrobat 9 SDK
            \---Version 1
                +---ActionScriptSupport
                |   +---AcrobatAPI
                |   |       AcrobatAPI.swc
                |   |      
                |   +---Navs
                |   |   |   ApplyColorPalette.nav
                |   |   |   CheckPermission.nav
                |   |   |   DragOut.nav
                |   |   |   DragWithin.nav
                |   |   |   GetLocalizedString.nav
                |   |   |   ReadWriteResources.nav
                |   |   |   RichMediaAPITest.nav
                |   |   |   SimpleSort.nav
                |   |   |   Starter.nav
                |   |   |   TileView.nav
                |   |   |   TrivialDragDrop.nav
                |   |   |  
                |   |   +---ApplyColorPalette
                |   |   |       locales.xml
                |   |   |       navigator.xml
                |   |   |       strings.asfx
                |   |   |      
                |   |   +---CheckPermission
                |   |   |       locales.xml
                |   |   |       navigator.xml
                |   |   |       strings.asfx
                |   |   |      
                |   |   +---DragOut
                |   |   |       locales.xml
                |   |   |       navigator.xml
                |   |   |       strings.asfx
                |   |   |      
                |   |   +---DragWithin
                |   |   |       locales.xml
                |   |   |       navigator.xml
                |   |   |       strings.asfx
                |   |   |      
                |   |   +---GetLocalizedString
                |   |   |       locales.xml
                |   |   |       navigator.xml
                |   |   |       strings.asfx
                |   |   |      
                |   |   +---ReadWriteResources
                |   |   |       locales.xml
                |   |   |       navigator.xml
                |   |   |       strings.asfx
                |   |   |      
                |   |   +---RichMediaAPITest
                |   |   |       locales.xml
                |   |   |       navigator.xml
                |   |   |       strings.asfx
                |   |   |      
                |   |   +---SimpleSort
                |   |   |       locales.xml
                |   |   |       navigator.xml
                |   |   |       strings.asfx
                |   |   |      
                |   |   +---Starter
                |   |   |       locales.xml
                |   |   |       navigator.xml
                |   |   |       strings.asfx
                |   |   |      
                |   |   +---TileView
                |   |   |       locales.xml
                |   |   |       navigator.xml
                |   |   |       strings.asfx
                |   |   |      
                |   |   \---TrivialDragDrop
                |   |           locales.xml
                |   |           navigator.xml
                |   |           strings.asfx
                |   |          
                |   \---Samples
                |       |   .actionScriptProperties
                |       |   .flexProperties
                |       |   .project
                |       |  
                |       \---src
                |           |   ApplyColorPalette.mxml
                |           |   CheckPermission.mxml
                |           |   DragOut.mxml
                |           |   DragWithin.mxml
                |           |   GetLocalizedString.mxml
                |           |   ReadWriteResources.mxml
                |           |   RichMediaAPITest.mxml
                |           |   SimpleSort.mxml
                |           |   Starter.mxml
                |           |   TileView.mxml
                |           |   TrivialDragDrop.mxml
                |           |  
                |           +---assets
                |           |       A_Folder_48x48_N.png
                |           |       catalog.txt
                |           |      
                |           +---controller
                |           |       AcroSdkSort.as
                |           |       BreadCrumbsData.as
                |           |       Commands.as
                |           |       Controller.as
                |           |       EventSupport.as
                |           |       SelectionManager.as
                |           |      
                |           +---css
                |           |       main.css
                |           |      
                |           +---parts
                |           |       AcroDragList1.as
                |           |       AcroDragList2.as
                |           |       AcroSdkTileList.as
                |           |       AttachmentThumbnail.as
                |           |       BaseCard.as
                |           |       BreadCrumbs.as
                |           |       Card.mxml
                |           |      
                |           \---utils
                |                   BindingSupport.as
                |                   DataUtils.as
                |                   LogUtil.as
                |                  
                +---Documentation
                |       Acrobat9_1_HTMLHelp.zip
                |       Navigator_SDK9_1_HTMLHelp.zip
                |       pdf_reference.pdf
                |       U3DElements.pdf
                |      
                +---InterAppCommunicationSupport
                |   +---All
                |   |       All.sln
                |   |      
                |   +---C#Samples
                |   |   +---BasicIacCS
                |   |   |   |   BasicIacCS.sln
                |   |   |   |  
                |   |   |   \---BasicIacCS
                |   |   |           App.ico
                |   |   |           AssemblyInfo.cs
                |   |   |           BasicIacCS.cs
                |   |   |           BasicIacCS.csproj
                |   |   |           BasicIacCS.resx
                |   |   |          
                |   |   +---BasicIacOCXCS
                |   |   |   |   BasicIacOCXCS.sln
                |   |   |   |  
                |   |   |   \---BasicIacOCXCS
                |   |   |           App.ico
                |   |   |           AssemblyInfo.cs
                |   |   |           BasicIacOCXCS.cs
                |   |   |           BasicIacOCXCS.csproj
                |   |   |           BasicIacOCXCS.resx
                |   |   |          
                |   |   +---FillFormCS
                |   |   |   |   FillFormCS.sln
                |   |   |   |  
                |   |   |   \---FillFormCS
                |   |   |           App.ico
                |   |   |           AssemblyInfo.cs
                |   |   |           FillFormCS.cs
                |   |   |           FillFormCS.csproj
                |   |   |          
                |   |   \---JSObjectControlCS
                |   |       |   JSObjectControlCS.sln
                |   |       |   JSObjectControlCS.suo
                |   |       |  
                |   |       \---JSObjectControlCS
                |   |           |   Form1.cs
                |   |           |   Form1.Designer.cs
                |   |           |   Form1.resx
                |   |           |   JSObjectControlCS.csproj
                |   |           |   Program.cs
                |   |           |  
                |   |           \---Properties
                |   |                   AssemblyInfo.cs
                |   |                   Resources.Designer.cs
                |   |                   Resources.resx
                |   |                   Settings.Designer.cs
                |   |                   Settings.settings
                |   |                  
                |   +---CSamples
                |   |   +---ActiveViewVC
                |   |   |   |   ActiveView.clw
                |   |   |   |   ActiveView.rc
                |   |   |   |   ActiveViewVC.sln
                |   |   |   |   ActiveViewVC.vcproj
                |   |   |   |   resource.h
                |   |   |   |  
                |   |   |   +---res
                |   |   |   |       ActiveView.ico
                |   |   |   |       ActiveView.rc2
                |   |   |   |       ActiveViewdoc.ico
                |   |   |   |       toolbar.bmp
                |   |   |   |      
                |   |   |   \---sources
                |   |   |           ActiveView.cpp
                |   |   |           ActiveView.h
                |   |   |           ActiveViewDoc.cpp
                |   |   |           ActiveViewDoc.h
                |   |   |           ActiveViewVw.cpp
                |   |   |           ActiveViewVw.h
                |   |   |           MainFrm.cpp
                |   |   |           MainFrm.h
                |   |   |           stdafx.cpp
                |   |   |           stdafx.h
                |   |   |          
                |   |   +---BasicIacVC
                |   |   |       acrobat.cpp
                |   |   |       acrobat.h
                |   |   |       BasicIacVC.cpp
                |   |   |       BasicIacVC.h
                |   |   |       BasicIacVC.sln
                |   |   |       BasicIacVC.vcproj
                |   |   |       Resource.h
                |   |   |       StdAfx.cpp
                |   |   |       StdAfx.h
                |   |   |      
                |   |   +---DdeopenVC
                |   |   |   |   DdeOpenVC.sln
                |   |   |   |   DdeOpenVC.vcproj
                |   |   |   |  
                |   |   |   \---sources
                |   |   |           DdeOpen.cpp
                |   |   |          
                |   |   +---DistillerCtrlVC
                |   |   |   |   DistillerCtrl.clw
                |   |   |   |   DistillerCtrl.rc
                |   |   |   |   DistillerCtrlVC.sln
                |   |   |   |   DistillerCtrlVC.vcproj
                |   |   |   |   resource.h
                |   |   |   |  
                |   |   |   +---Res
                |   |   |   |       DistillerCtrl.ico
                |   |   |   |       DistillerCtrl.rc2
                |   |   |   |      
                |   |   |   \---Sources
                |   |   |           DistillerCtrl.cpp
                |   |   |           DistillerCtrl.h
                |   |   |           DistillerCtrlDlg.cpp
                |   |   |           DistillerCtrlDlg.h
                |   |   |           PdfEventSink.cpp
                |   |   |           PdfEventSink.h
                |   |   |           StdAfx.cpp
                |   |   |           StdAfx.h
                |   |   |          
                |   |   +---DistillerCtrlWMVC
                |   |   |   |   DistillerCtrl.clw
                |   |   |   |   DistillerCtrl.rc
                |   |   |   |   DistillerCtrlWMVC.sln
                |   |   |   |   DistillerCtrlWMVC.vcproj
                |   |   |   |   resource.h
                |   |   |   |  
                |   |   |   +---Res
                |   |   |   |       DistillerCtrl.ico
                |   |   |   |       DistillerCtrl.rc2
                |   |   |   |      
                |   |   |   \---Sources
                |   |   |           DistillerCtrl.cpp
                |   |   |           DistillerCtrl.h
                |   |   |           DistillerCtrlDlg.cpp
                |   |   |           DistillerCtrlDlg.h
                |   |   |           StdAfx.cpp
                |   |   |           StdAfx.h
                |   |   |          
                |   |   +---ReadCADFileVC
                |   |   |   |   ReadCADFile.vcproj
                |   |   |   |   ReadCADFileVC.sln
                |   |   |   |  
                |   |   |   \---sources
                |   |   |           ReadCADFileVC.cpp
                |   |   |           ReadCADFileVC.h
                |   |   |           stdafx.cpp
                |   |   |           stdafx.h
                |   |   |          
                |   |   +---ReadPdfPrcVC
                |   |   |   |   ReadPdfPrcVC.sln
                |   |   |   |  
                |   |   |   +---ReadPdfPrc
                |   |   |   |   |   ReadPdfPrc.sln
                |   |   |   |   |   ReadPdfPrc.vcproj
                |   |   |   |   |  
                |   |   |   |   \---sources
                |   |   |   |           ReadPdfPrc.cpp
                |   |   |   |           ReadPdfPrc.h
                |   |   |   |           stdafx.cpp
                |   |   |   |           stdafx.h
                |   |   |   |          
                |   |   |   +---ReadPdfPrcHelper
                |   |   |   |   +---sources
                |   |   |   |   |       ReadPdfPrcHelper.cpp
                |   |   |   |   |       ReadPRC.cpp
                |   |   |   |   |      
                |   |   |   |   \---win32
                |   |   |   |           ReadPdfPrcHelper.sln
                |   |   |   |           ReadPdfPrcHelper.vcproj
                |   |   |   |          
                |   |   |   \---SampleFile
                |   |   |           mower_carb.pdf
                |   |   |          
                |   |   +---RemoteControlAcrobatVC
                |   |   |   |   RemoteControlAcrobat.clw
                |   |   |   |   RemoteControlAcrobat.rc
                |   |   |   |   RemoteControlAcrobat.rgs
                |   |   |   |   RemoteControlAcrobatVC.sln
                |   |   |   |   RemoteControlAcrobatVC.vcproj
                |   |   |   |   RemoteControlAcrobat_i.c
                |   |   |   |   RemoteControlAcrobat_i.h
                |   |   |   |   Resource.h
                |   |   |   |  
                |   |   |   +---res
                |   |   |   |       RemoteControlAcrobat.ico
                |   |   |   |       RemoteControlAcrobat.rc2
                |   |   |   |       RemoteControlAcrobatDoc.ico
                |   |   |   |       Toolbar.bmp
                |   |   |   |      
                |   |   |   \---sources
                |   |   |           acrobat.cpp
                |   |   |           acrobat.h
                |   |   |           FindTextDlg.cpp
                |   |   |           FindTextDlg.h
                |   |   |           MainFrm.cpp
                |   |   |           MainFrm.h
                |   |   |           PageNumDlg.cpp
                |   |   |           PageNumDlg.h
                |   |   |           RemoteControlAcrobat.cpp
                |   |   |           RemoteControlAcrobat.h
                |   |   |           RemoteControlAcrobatDoc.cpp
                |   |   |           RemoteControlAcrobatDoc.h
                |   |   |           RemoteControlAcrobatView.cpp
                |   |   |           RemoteControlAcrobatView.h
                |   |   |           StdAfx.cpp
                |   |   |           StdAfx.h
                |   |   |          
                |   |   +---StaticViewVC
                |   |   |   |   resource.h
                |   |   |   |   StaticView.clw
                |   |   |   |   StaticView.rc
                |   |   |   |   StaticViewVC.sln
                |   |   |   |   StaticViewVC.vcproj
                |   |   |   |  
                |   |   |   +---res
                |   |   |   |       StaticView.ico
                |   |   |   |       StaticView.rc2
                |   |   |   |       StaticViewDoc.ico
                |   |   |   |       Toolbar.bmp
                |   |   |   |      
                |   |   |   \---sources
                |   |   |           EditBox.cpp
                |   |   |           EditBox.h
                |   |   |           MainFrm.cpp
                |   |   |           MainFrm.h
                |   |   |           StaticView.cpp
                |   |   |           StaticView.h
                |   |   |           StaticViewDoc.cpp
                |   |   |           StaticViewDoc.h
                |   |   |           StaticViewVw.cpp
                |   |   |           StaticViewVw.h
                |   |   |           stdafx.cpp
                |   |   |           stdafx.h
                |   |   |           ZoomSet.cpp
                |   |   |           ZoomSet.h
                |   |   |           ZoomSeto.cpp
                |   |   |           ZoomSeto.h
                |   |   |          
                |   |   \---WritePdfPrcVC
                |   |       |   WritePdfPrcVC.sln
                |   |       |   WritePdfPrcVC.vcproj
                |   |       |  
                |   |       \---sources
                |   |               stdafx.cpp
                |   |               stdafx.h
                |   |               WritePdfPrcVC.cpp
                |   |               WritePdfPrcVC.h
                |   |              
                |   +---Headers
                |   |   |   acrobat.tlb
                |   |   |   acrodistx.tlb
                |   |   |  
                |   |   +---Visual Basic
                |   |   |       iac.bas
                |   |   |      
                |   |   \---Visual C
                |   |           acrobat.cpp
                |   |           acrobat.h
                |   |           acrodistx.cpp
                |   |           acrodistx.h
                |   |           distctrl.h
                |   |           iac.h
                |   |           srchdde.h
                |   |          
                |   +---HTMLSamples
                |   |   \---AcroPDFInHTML
                |   |           Frameset1.htm
                |   |           HTMLPage1.htm
                |   |           HTMLPage2.htm
                |   |           objecttag_demo.htm
                |   |          
                |   +---TestFiles
                |   |       data.txt
                |   |       FormSample.pdf
                |   |       FormsAutomation.pdf
                |   |       readme.ps
                |   |       SampleForm.pdf
                |   |       SamplePDF01.pdf
                |   |       simple.pdf
                |   |       Stamp.pdf
                |   |       TestForm.pdf
                |   |       TwoColumnTaggedDoc.pdf
                |   |      
                |   \---VBSamples
                |       +---AcrobatActiveXVB
                |       |   |   AcrobatActiveXVB.sln
                |       |   |  
                |       |   \---AcrobatActiveXVB
                |       |           AcrobatActiveXVB.vbproj
                |       |           AssemblyInfo.vb
                |       |           Form1.resx
                |       |           Form1.vb
                |       |           Form2.resx
                |       |           Form2.vb
                |       |           Form3.resx
                |       |           Form3.vb
                |       |           Form4.resx
                |       |           Form4.vb
                |       |           UserControl1.resx
                |       |           UserControl1.vb
                |       |          
                |       +---ActiveViewVB
                |       |   |   ActiveViewVB.sln
                |       |   |  
                |       |   \---ActiveView
                |       |           ActiveView.vb
                |       |           ActiveViewVB.vbproj
                |       |           AssemblyInfo.vb
                |       |           DocInfo.resX
                |       |           DocInfo.vb
                |       |           FileOpen.vb
                |       |           frmMDI.resX
                |       |           frmMDI.vb
                |       |           Iac.vb
                |       |           PDFView.resX
                |       |           PDFView.vb
                |       |           print.resX
                |       |           print.vb
                |       |          
                |       +---AdobePDFSilentVB
                |       |   |   AdobePDFSilent.sln
                |       |   |  
                |       |   \---AdobePDFSilent
                |       |           AdobePDFSilent.vb
                |       |           AdobePDFSilent.vbproj
                |       |           AssemblyInfo.vb
                |       |           frmMain.resx
                |       |           frmMain.vb
                |       |           Globals.vb
                |       |          
                |       +---BasicIacJsoVB
                |       |   |   BasicIacJsoVB.sln
                |       |   |  
                |       |   \---BasicIacVBJso
                |       |           AssemblyInfo.vb
                |       |           BasicIacJsoVB.vbproj
                |       |           BasicIacVBJso.vb
                |       |          
                |       +---BasicIacVB
                |       |   |   BasicIacVB.sln
                |       |   |  
                |       |   \---BasicIacVB
                |       |           AssemblyInfo.vb
                |       |           BasicIacVB.resX
                |       |           BasicIacVB.vb
                |       |           BasicIacVB.vbproj
                |       |          
                |       +---DistillerCtrlVB
                |       |   |   DistillerCtrlVB.sln
                |       |   |  
                |       |   \---DistillerCtrlVB
                |       |           AssemblyInfo.vb
                |       |           DistillerCtrlVB.vbproj
                |       |           FileSystemUtils.vb
                |       |           MainFrm.resX
                |       |           MainFrm.vb
                |       |           RegistryUtils.vb
                |       |          
                |       +---ExecuteScriptIacVB
                |       |   |   ExecuteScriptIacVB.sln
                |       |   |  
                |       |   \---ExecuteScriptIacVB
                |       |           AssemblyInfo.vb
                |       |           ExecuteJSForm.resX
                |       |           ExecuteJSForm.vb
                |       |           ExecuteScriptIacVB.vbproj
                |       |          
                |       +---FormsAutomationVB
                |       |   |   FormsAutomation.sln
                |       |   |  
                |       |   \---FormsAutomation
                |       |           AssemblyInfo.vb
                |       |           FormsAutomation.resx
                |       |           FormsAutomation.vb
                |       |           FormsAutomation.vbproj
                |       |          
                |       +---JSObjectAccessVB
                |       |   |   JSObjectAccessVB.sln
                |       |   |  
                |       |   \---JSObjectAccessVB
                |       |           AssemblyInfo.vb
                |       |           JSObjectAccessVB.vb
                |       |           JSObjectAccessVB.vbproj
                |       |          
                |       +---JSOFindWordVB
                |       |   |   JSOFindWordVB.sln
                |       |   |  
                |       |   \---JSOFindWordVB
                |       |           AssemblyInfo.vb
                |       |           FindWord.resx
                |       |           FindWord.vb
                |       |           JSOFindWordVB.vbproj
                |       |          
                |       +---SearchPdfVB
                |       |   |   DdeProxy.dll
                |       |   |   SearchPdfVB.sln
                |       |   |  
                |       |   +---DdeProxy
                |       |   |   |   DdeProxy.sln
                |       |   |   |   DdeProxy.vcproj
                |       |   |   |  
                |       |   |   \---sources
                |       |   |           DdeProxy.cpp
                |       |   |           DdeProxy.h
                |       |   |           DdeSrch.cpp
                |       |   |          
                |       |   \---SearchPdfVB
                |       |           AssemblyInfo.vb
                |       |           FileSystemUtils.vb
                |       |           IndexFrm.resX
                |       |           IndexFrm.vb
                |       |           MainFrm.resX
                |       |           MainFrm.vb
                |       |           QueryFrm.resX
                |       |           QueryFrm.vb
                |       |           SearchPdfUtils.vb
                |       |           SearchPdfVB.vbproj
                |       |          
                |       +---StaticViewVB
                |       |   |   StaticViewVB.sln
                |       |   |  
                |       |   \---StaticViewVB
                |       |           AssemblyInfo.vb
                |       |           DocInfo.resX
                |       |           DocInfo.vb
                |       |           DRAWBAS.vb
                |       |           FileOpen.vb
                |       |           Iac.vb
                |       |           PDFView.resX
                |       |           PDFView.vb
                |       |           StaticView.resX
                |       |           StaticView.vb
                |       |           StaticViewVB.vbproj
                |       |          
                |       \---WatermarkJsoVB
                |           |   WatermarkJsoVB.sln
                |           |  
                |           \---WatermarkJsoVB
                |                   AssemblyInfo.vb
                |                   WatermarkJsoVB.vb
                |                   WatermarkJsoVB.vbproj
                |                  
                +---JavaScriptSupport
                |       Acrobat SDK JavaScript Samples Portfolio.pdf
                |      
                +---NonAdobeSupport
                |   \---TinyXML
                |           tinystr.cpp
                |           tinystr.h
                |           tinyxml.cpp
                |           tinyxml.h
                |           tinyxmlerror.cpp
                |           tinyxmlparser.cpp
                |          
                +---OtherSupport
                |   \---SaveAsXML
                |       |   MappingTable.dtd
                |       |   SDKBookmarkExtraction.xml
                |       |   SDKDocInfoExtraction.xml
                |       |   SDKImageExtraction.xml
                |       |   SDKTextExtraction.xml
                |       |  
                |       \---Advanced
                |               HTML-3-20-Access.xml
                |               HTML-3-20-CSS-1-00.xml
                |               HTML-3-20-CSS-2-00.xml
                |               MappingTable.dtd
                |               OEB-1-00-doc-paged.xml
                |               OEB-1-00-doc.xml
                |               XHTML-1-00-CSS-1-00.xml
                |               XHTML-1-00-CSS-2-00.xml
                |               XML-1-00-Full-Info.xml
                |               XML-1-00-with-all-attrs.xml
                |              
                \---PluginSupport
                    +---Headers
                    |   +---3D
                    |   |       A3DSDK.h
                    |   |       A3DSDKBase.h
                    |   |       A3DSDKDraw.h
                    |   |       A3DSDKErrorCodes.h
                    |   |       A3DSDKGeometry.h
                    |   |       A3DSDKGeometryCrv.h
                    |   |       A3DSDKGeometrySrf.h
                    |   |       A3DSDKGlobalData.h
                    |   |       A3DSDKGraphics.h
                    |   |       A3DSDKMarkup.h
                    |   |       A3DSDKMath.h
                    |   |       A3DSDKMisc.h
                    |   |       A3DSDKRepItems.h
                    |   |       A3DSDKRootEntities.h
                    |   |       A3DSDKStructure.h
                    |   |       A3DSDKTessellation.h
                    |   |       A3DSDKTexture.h
                    |   |       A3DSDKTools.h
                    |   |       A3DSDKTopology.h
                    |   |       A3DSDKTypes.h
                    |   |      
                    |   +---API
                    |   |       acroassert.h
                    |   |       AcroColorCalls.h
                    |   |       AcroColorExpT.h
                    |   |       AcroColorHFT.h
                    |   |       AcroColorProcs.h
                    |   |       AcroColorVers.h
                    |   |       AcroErr.h
                    |   |       AFTTS_Sel.h
                    |   |       AF_ExpT.h
                    |   |       AF_Sel.h
                    |   |       ASCalls.h
                    |   |       ASExpT.h
                    |   |       ASExtraCalls.h
                    |   |       ASExtraExpT.h
                    |   |       ASExtraProcs.h
                    |   |       ASExtraVers.h
                    |   |       ASFileE.h
                    |   |       ASFileEASF.h
                    |   |       ASGenE.h
                    |   |       ASGenEASF.h
                    |   |       ASKey.h
                    |   |       ASProcs.h
                    |   |       ASRaiseAware.h
                    |   |       AVCalls.h
                    |   |       AVCompat.cpp
                    |   |       AVCompat.h
                    |   |       AVExpT.h
                    |   |       AVExpTObsolete1.h
                    |   |       AVExpTObsolete2.h
                    |   |       AVPrefsD.h
                    |   |       AVProcs.h
                    |   |       AVVers.h
                    |   |       cathft.h
                    |   |       catprocs.h
                    |   |       CAVAlert.h
                    |   |       ConsExpT.h
                    |   |       ConsHFT.h
                    |   |       ConsHFTProcs.h
                    |   |       ConsObTp.h
                    |   |       CorCalls.h
                    |   |       CoreExpT.h
                    |   |       CorProcs.h
                    |   |       CosCalls.h
                    |   |       CosExpT.h
                    |   |       CosGenE.h
                    |   |       CosGenEASF.h
                    |   |       CosProcs.h
                    |   |       CosSynE.h
                    |   |       CosSynEASF.h
                    |   |       DigSigHFT.h
                    |   |       DigSigHFTProcs.h
                    |   |       DirectoryHFT.h
                    |   |       EncConvE.h
                    |   |       Environ.h
                    |   |       EReturnValidator.h
                    |   |       FontSvrE.h
                    |   |       FontSvrEASF.h
                    |   |       FormsHFT.h
                    |   |       FormsHFTProcs.h
                    |   |       HFTLibrary.h
                    |   |       Library.h
                    |   |       MacCalls.h
                    |   |       MacPlatform.h
                    |   |       MacProcs.h
                    |   |       NSelExpT.h
                    |   |       PageE.h
                    |   |       PageEASF.h
                    |   |       PagePDECntCalls.h
                    |   |       PDBasicExpT.h
                    |   |       PDBatesCalls.h
                    |   |       PDBatesExpT.h
                    |   |       PDBatesProcs.h
                    |   |       PDCalls.h
                    |   |       PDClassDefs.h
                    |   |       PDClasses.h
                    |   |       PDDocE.h
                    |   |       PDDocEASF.h
                    |   |       PDExpT.h
                    |   |       PDFErrorCodes.h
                    |   |       PDFXE.h
                    |   |       PDFXEASF.h
                    |   |       PDMetadataCalls.h
                    |   |       PDMetadataError.h
                    |   |       PDMetadataErrorASF.h
                    |   |       PDMetadataExpT.h
                    |   |       PDMetadataHFTVers.h
                    |   |       PDMetadataProcs.h
                    |   |       PDModE.h
                    |   |       PDModEASF.h
                    |   |       PDPageE.h
                    |   |       PDPageEASF.h
                    |   |       PDProcs.h
                    |   |       PDSError.h
                    |   |       PDSErrorASF.h
                    |   |       PDSExpT.h
                    |   |       PDSReadCalls.h
                    |   |       PDSReadHFTVers.h
                    |   |       PDSReadProcs.h
                    |   |       PDSWriteCalls.h
                    |   |       PDSWriteHFTVers.h
                    |   |       PDSWriteProcs.h
                    |   |       PDSysFont.h
                    |   |       PDSysFontExpT.h
                    |   |       PDSysFT.h
                    |   |       PEError.h
                    |   |       PEErrorASF.h
                    |   |       PEExpT.h
                    |   |       PERCalls.h
                    |   |       PERProcs.h
                    |   |       PETypes.h
                    |   |       PEVers.h
                    |   |       PEWCalls.h
                    |   |       PEWProcs.h
                    |   |       PgCntProcs.h
                    |   |       PICommon.h
                    |   |       PICrypt.h
                    |   |       PIExcept.h
                    |   |       PIHeaders.c
                    |   |       PIHeaders.pch
                    |   |       PIMain.c
                    |   |       PIMain.h
                    |   |       PIPokes.h
                    |   |       PIPrefix.h
                    |   |       PIRequir.h
                    |   |       PIVersn.h
                    |   |       Plugin.h
                    |   |       PSFCalls.h
                    |   |       PSFProcs.h
                    |   |       PubSecHFT.h
                    |   |       PubSecHFTProcs.h
                    |   |       RasterE.h
                    |   |       RasterEASF.h
                    |   |       SafeResources.cpp
                    |   |       SafeResources.h
                    |   |       SmartPDPage.h
                    |   |       SpellerHFT.h
                    |   |       SpellerHFTProcs.h
                    |   |       Speller_Sel.h
                    |   |       SrchClls.h
                    |   |       SrchHFT.h
                    |   |       SrchPrcs.h
                    |   |       SrchType.h
                    |   |       StAcroResourceContext.h
                    |   |       ToolkitInitE.h
                    |   |       ToolkitInitEASF.h
                    |   |       TtsHFT.h
                    |   |       TtsHFTProcs.h
                    |   |       UnixCalls.h
                    |   |       UnixPlatform.h
                    |   |       UnixProcs.h
                    |   |       WinCalls.h
                    |   |       WinExpT.h
                    |   |       WinPltfm.h
                    |   |       winprocs.h
                    |   |       WLHFT.h
                    |   |       WLHFTProcs.h
                    |   |       XtnMgrE.h
                    |   |       XtnMgrEASF.h
                    |   |      
                    |   \---SDK
                    |           ASDataStream.h
                    |           ASDebug.h
                    |           ASFunctionLogger.h
                    |           ASHelp.h
                    |           ASLib.h
                    |           ASNameSpace.h
                    |           ASTypes.h
                    |           ASZStringSuite.h
                    |           AVCmdDefs.h
                    |           DebugWindowHFT.h
                    |           IASfixed.hpp
                    |           IASPoint.hpp
                    |           IASRect.hpp
                    |           IASTypes.hpp
                    |           MacPIHeaders.h
                    |           PIHeaders++.pch
                    |           PIHeaders.h
                    |           SimpleUnicode.h
                    |           StAcroResourceContext.h
                    |           UnicodeAPI.h
                    |           UnixPIHeaders.h
                    |           WinPIHeaders.h
                    |           wxInit.cpp
                    |           wxInit.h
                    |          
                    +---Samples
                    |   |   AcroDspOptions.rsp
                    |   |  
                    |   +---All
                    |   |       All.sln
                    |   |      
                    |   +---BasicPlugin
                    |   |   +---sources
                    |   |   |       BasicPlugin.cpp
                    |   |   |       BasicPluginInit.cpp
                    |   |   |      
                    |   |   \---win32
                    |   |           BasicPlugin.sln
                    |   |           BasicPlugin.vcproj
                    |   |          
                    |   +---BatesNumbering
                    |   |   +---sources
                    |   |   |       BatesNumbering.cpp
                    |   |   |       BatesNumberingInit.cpp
                    |   |   |      
                    |   |   \---win32
                    |   |           BatesNumbering.sln
                    |   |           BatesNumbering.vcproj
                    |   |          
                    |   +---CAPISamples
                    |   |   +---Common
                    |   |   |   \---sources
                    |   |   |           sampleCommon.cpp
                    |   |   |           sampleCommon.h
                    |   |   |           sampleHandles.h
                    |   |   |           sampleTypes.h
                    |   |   |          
                    |   |   +---MsSignedSampleCsp
                    |   |   |       SampleCsp.dll
                    |   |   |      
                    |   |   +---SampleCsp
                    |   |   |   +---sources
                    |   |   |   |       csp.sig
                    |   |   |   |       cspdk.h
                    |   |   |   |       SampleCsp.def
                    |   |   |   |       scspContainer.cpp
                    |   |   |   |       scspContainer.h
                    |   |   |   |       scspContainerFactory.cpp
                    |   |   |   |       scspContainerFactory.h
                    |   |   |   |       scspContainerMgr.h
                    |   |   |   |       scspEntryPoints.cpp
                    |   |   |   |       scspExportDefine.h
                    |   |   |   |       scspGlobalData.cpp
                    |   |   |   |       scspGlobalData.h
                    |   |   |   |       scspHandleMgr.h
                    |   |   |   |       scspMain.cpp
                    |   |   |   |       scspPin.ico
                    |   |   |   |       scspPinDialog.cpp
                    |   |   |   |       scspPinDialog.h
                    |   |   |   |       scspResources.aps
                    |   |   |   |       scspResources.h
                    |   |   |   |       scspResources.rc
                    |   |   |   |       stdafx.cpp
                    |   |   |   |       stdafx.h
                    |   |   |   |      
                    |   |   |   \---win32
                    |   |   |           SampleCsp.vcproj
                    |   |   |           SampleCsp.vcproj.ADOBENET.chirag.user
                    |   |   |          
                    |   |   +---SampleRegistrar
                    |   |   |   +---sources
                    |   |   |   |       SampleRegistrar.cpp
                    |   |   |   |       stdafx.cpp
                    |   |   |   |       stdafx.h
                    |   |   |   |      
                    |   |   |   \---win32
                    |   |   |           SampleRegistrar.vcproj
                    |   |   |           SampleRegistrar.vcproj.ADOBENET.chirag.user
                    |   |   |          
                    |   |   \---win32
                    |   |           CapiSamples.sln
                    |   |          
                    |   +---DdeServer
                    |   |   +---sources
                    |   |   |       DdeServer.cpp
                    |   |   |       DdeServerInit.cpp
                    |   |   |      
                    |   |   \---win32
                    |   |       |   DdeServer.sln
                    |   |       |   DdeServer.vcproj
                    |   |       |   DdeServer.vcproj.ADOBENET.chirag.user
                    |   |       |  
                    |   |       \---ClientApp
                    |   |           |   ClientApp.clw
                    |   |           |   ClientApp.rc
                    |   |           |   ClientApp.vcproj
                    |   |           |   ClientApp.vcproj.ADOBENET.chirag.user
                    |   |           |   resource.h
                    |   |           |  
                    |   |           +---res
                    |   |           |       ClientApp.ico
                    |   |           |       ClientApp.rc2
                    |   |           |      
                    |   |           \---sources
                    |   |                   ClientApp.cpp
                    |   |                   ClientApp.h
                    |   |                   ClientAppDlg.cpp
                    |   |                   ClientAppDlg.h
                    |   |                   StdAfx.cpp
                    |   |                   StdAfx.h
                    |   |                  
                    |   +---DMSIntegration
                    |   |   +---sources
                    |   |   |       DMSIntegration.cpp
                    |   |   |       DMSIntegrationIinit.cpp
                    |   |   |      
                    |   |   \---win32
                    |   |           DMSIntegration.sln
                    |   |           DMSIntegration.vcproj
                    |   |           DMSIntegration.vcproj.ADOBENET.chirag.user
                    |   |          
                    |   +---DocSign
                    |   |   +---sources
                    |   |   |       DocSign.h
                    |   |   |       DocSignInit.cpp
                    |   |   |       DSEngine.cpp
                    |   |   |       DSEngine.h
                    |   |   |       DSHandler.cpp
                    |   |   |       DSHandler.h
                    |   |   |       DSSigVal.cpp
                    |   |   |       DSSigVal.h
                    |   |   |       DSUser.h
                    |   |   |      
                    |   |   \---win32
                    |   |           DocSign.sln
                    |   |           DocSign.vcproj
                    |   |           DocSign.vcproj.ADOBENET.chirag.user
                    |   |          
                    |   +---Embed3dData
                    |   |   +---ExampleFiles
                    |   |   |       AnnotPosterSample.pdf
                    |   |   |       truck3.u3d
                    |   |   |      
                    |   |   +---sources
                    |   |   |       Embed3dData.cpp
                    |   |   |       Embed3dDataInit.cpp
                    |   |   |      
                

    Hi dying veteran,
    Maybe you missed the Index page?  Did you know you can use that doc online, it's easier to navigate it online.
    Adobe used to publish the SDK as a PDF but stopped after version 8.  I'm sure if you ask them nicely they'll bring it back.......
    Hope this helps,
    Dimitri
    WindJack Solutions
    www.windjack.com
    www.pdfscripting.com

  • Browse directory structure using JSF

    Hello again....
    I am facing a problem with my program. I am trying to open a browse directory window when i click on a button in a jsp page.... Is there any way to do it in JSF?????
    regards
    Junaid

    We use the myfaces tag x:inputFileUpload. Check it out...you'll need to do so by example, though. Their documentation sucks, and they know it. They just point you to the examples.

  • Directory structure and files in Oracle Application server 10g and 11g

    Hi all,
    I am doing a lab migration from 10g to 11g based on the use of JAXB. There were some directory structures used in 10g to store the JAXB jar files and some other custom jar files. I want to know the equivalent folder structures in SOA 11g server. The 10g server directories are mentioned below:-
    1.<OracleAS_Home>\webservices\lib.
    2. server.xml located at <OracleAS_Home>\j2ee\home\config in 10g. Where can I find the equivalent file to "server.xml" in 11g server?
    3. <OracleAS_Home>\bpel\system\classes\com\oracle\bpel\xml\util.
    4. <OracleAS_Home> \bpel\system\classes.

    Here are the equivalents as per best of my knowledge:
    1. <WebLogic Home>\server\lib
    For example, D:\Middleware\wls1036\wlserver_10.3\server\lib
    2. config,xml located at <Domain_Home>\config\
    For example, D:\Middleware\wls1036\user_projects\domains\ArunBaseDomain1036\config\config.xml
    3. It should be the same as 10g (instead of OracleAS_Home, it will be ORACLE_Home) if you install the BPEL product. Since, I have not installed BPEL/SOA, I am not very sure.
    4. It should be the same as 10g (instead of OracleAS_Home, it will be ORACLE_Home) if you installed the BPEL product.
    Also, I would recommend that you consider using ORACLE Smart Upgrade (JDeveloper component) to help you with the upgrade process. It exactly points out these mappings of file/directory structures AND the necessary configuration changes as well.
    If you are requirement, is only about making the library jars available to your application, then consider reading the below discussion.
    Re: XIncludeAwareParserConfiguration cannot be cast to XMLParserConfiguration
    Arun

  • How get SharePoint Library Folders and Files directory structure in to my custom web site.

    Hi,
    Actually my requirement is, I would like to pass site name and document library name as a parameter and get a folders and files from the document library and form the directory structure by using Treeview control in my web site.
    How should i get? Using Web service / object model?
    Web service would return the dataset as a result so from that how could i form the directory structure using Treeview control.
    I will select specified files and folders then i ll update sharepoint document library columns for corresponding selected files.
    Can anyone help over this, that would be great appreciate.
    Thanks in Advance.
    Poomani Sankaran

    Hello,
    Here is the code to iterate through sites and lists:
    //iterate through sites and lists
    SPSecurity.RunWithElevatedPrivileges(delegate()
    using (SPSite site = new SPSite(webUrl)) {
    using (SPWeb oWebsite = site.OpenWeb())
    SPListCollection collList = oWebsite.Lists;
    foreach (SPList oList in collList)
    {//your code goes here }
    Then use RecursiveAll to get all files and folders.
    http://www.codeproject.com/Articles/116138/Programatically-Copy-and-Check-In-a-Full-Directory
    http://sharepoint.stackexchange.com/questions/48959/get-all-documents-from-a-sharepoint-document-library
    Here is the full code:
    http://antoniolanaro.blogspot.in/2011/04/show-document-library-hierarchy-in-tree.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • A question regarding Directory Structure

    hi....
    can ne one tell me how to display a directory structures using JTree....
    how can i get or retrieve a directory information from a disk
    BYE

    Take a look at this. This is a complete example.
    http://manning.com/sbe/files/uts2/Chapter17html/Chapter17.htm
    You can even download the book for free. http://manning.com/sbe

  • Changing file name and directory structure for use outside of iPhoto

    Hi,
    I was wondering if its possible to get iPhoto to name the files from my library to reflect the names that I've given the files in iPhoto. I'm thinking along the lines of iTunes, where its possible to chose in the preferences how the files are named, and there is some logical directory structure, such as "Artist/Album/01 - Track 1.mp3". These file names are updated to reflect any changes made in iTunes.
    I've heard the argument that I shouldn't ever want to do anything with the files themselves because iPhoto can do everything I would ever want to do, but I want to organize the files so that not all of my organizational work is lost if I decide to stop using iPhoto and transition to a different system. Any suggestions would be appreciated.
    Thanks,
    Adrian

    Adrian
    No it's not possible.
    You can rename the files before bringing them into iPhoto, you can rename them with the titles on Export (Use the File -> Export command, it gives you the option to use the title and filename) but when it's inside iPhoto you cannot rename the files.
    However, all is not entirely lost. Using Film Rolls (View -> Film Rolls) you can move pics between rolls, name rolls, create rolls and so on, as long as you do this in the iPhoto Window, and these changes will be reflected in the iPhoto Library Folder.
    If at some point you decide to chuck iPhoto then (if the new app won't read iPhoto database files) you can simply export each album you've created to a Folder (using the File -> Export command as I suggest above), this, along with exporting slideshows will preserve your organisational efforts.
    The iTunes database has a rather simple job to do: track a file and it's assorted metadata. iPhoto, on the other hand, tracks a file and it's assorted metadata, plus a Modified version, plus a thumbnail. If you consider what happens when you edit a pic, for instance - Copy Original, perform edit, save modified version, remove Original Thumbnail and then create new one - you can see it's a rather more complex job.
    Finally, the standard warning: It is strongly advised that you do not move, change or in anyway alter things in the iPhoto Library Folder as this can cause the application to fail and even lead to data loss. Any changes you make must be made in the iPhoto Window.
    Need more info? by all means post again.
    Regards
    TD

  • Can compression be done without changing YUV by using QuickTime SDK?

    Hi,
    I am using QuickTime 7.3 SDK on Mac OS 10.6.1.
    I was trying to compless in picture an aplication, using Quicktime SDK.
    Can compression be done without changing YUV of picture by using QuickTime SDK?
    Can compression be done without changing YUV of picture by using anoter soft?
    If it is possible to do , it teaches to me the soft.

    Hi,
    I am using QuickTime 7.3 SDK on Mac OS 10.6.1.
    I was trying to compless in picture an aplication, using Quicktime SDK.
    Can compression be done without changing YUV of picture by using QuickTime SDK?
    Can compression be done without changing YUV of picture by using anoter soft?
    If it is possible to do , it teaches to me the soft.

  • CDIR  is a DDIC structure  used in the IMPORT  DIRECTORY

    CDIR  is a DDIC structure  used in the IMPORT  DIRECTORY statement—my question is is it usqable for all cluster databases we make indeoendently apart from INDX or just for INDX

    I have no real details, but based on your question I am guessing Thunderbird does not check the drive letter only the path. so H:\Stuff and G:\Stuff would be the same thing. Try a change to the actual folder names.

  • Using already existing directory structure to create rolls

    I'm converting from iView into iPhoto. I have hundreds of directories titled things like 011606.SamuelWasBorn/ with subdirectories in there called /Images /FinishedImages /WebMedium /EmailSmall etc... and then plenty of .tif and .jpegs inside of those.
    I've been doing this one Cmd-Shift-I at a time, followed by a Cmd-A t select all, then a Cmd-Shift-N for a new album, followed by retyping in the name and dropping the date.
    Sigh. I'm 6 weeks into this now and still only 1/4 of the way through.
    Has anyone tried to drag and drop an entire directory structure into iPhoto's directory structure, fire up iPhoto, and have it recognize all that stuff as a whole bunch of new rolls that lack thumbnails? Would that work? Would iPhot then offer to update its thumbnails? And then would I be happy and fully integrated into my new iPhoto life?
    I'm just a bit too chicken to give it a try. If nobody's tried this before, I'll create a test library and give it a go, but if someone has experience with doing this, I'd appreciate any pointers.
    Thanks.
    Oren

    Oren:
    Welcome to the Apple Discussions. iPhoto creates a roll with the same name for any folder of image files that are imported into it. All you have to do is select your folders of source files and drag them into iPhoto's open window.
    If you want to use iPhoto's alias feature you can keep your current source folders and drag them into a library that's setup to not copy the files into it but use alias files. The library works as a conventional library with the exception that if you delete a photo from the library it does not delete the source file. That must be done manually via the Finder. I've created some Tutorials to assist users to convert over to an alias based system or go to an iView based one.
    I use iView as my primary image management and iPhoto's alias feature to create a library of the same source files. That way I have the best of both applications. Also, when using the alias method, the importing process is much faster. Good luck.

  • Directory structure in trash folder using cmsdk

    Hello forum community!
    We are using cmsdk to manage files online and have a problem with trash folder . If someone deletes whole directory, all structures are gone (only “flat files” are shown in trash) .Is there a possibility to show whole directory structures in the trash folder?
    Is this a configuration promlem ?
    regards,
    krystian

    Hello,
    Yes I mean the deleted Document.
    Let’s say I have a workspace with 3 folders (folder1, folder2, folder3). In every folder there are 3 docs folder1_doc1.doc, folder1_doc2.doc, in folder2 folder2_doc1.doc ...
    Now I delete folder1. I see in the trash of the workspace just the deleted files (folder1_doc1.doc...) without directory structure.
    What I want is to have a possibility do recover whole directory structure (folder1 including folder1_doc1.doc...).
    I hope it's clear now :-)
    Regards
    Krystian

  • How can I use QuickTime SDK to get Compress format of Video stream?

    I can get uncompress video stream like this:
    QDerr = NewGWorldFromPtr( &m_hGWorld, k32BGRAPixelFormat, &rcMac,
    NULL, NULL, 0, (char*)m_pVideoBuffer,
    m_sAVFileInfo.sResInfo.ulWidth*4);
    then the m_pVideoBuffer is uncompress video stream. How can I use QuickTime SDK to get Compress format of Video stream? I could change "k32BGRAPixelFormat" to other format,use other API or something?
    Could someone have the method? Best Wishes!

    Firefox, I would make sure you update your Desktop to Firefox 14.0.1, as the version you are running is quite old and out of date.
    Then, do you have your Sync Recovery key, username and password? If you do, you can re-add Firefox Sync to your computer.

Maybe you are looking for

  • Question about java.util.date

    hello all. could anyone please help me or give me some input about a small problem i have run in to. okay, im writing a program that will read in 3 different text files and have them sorted into array lists. well i am working on the 3 main class defi

  • Multiple queries without multiple tables?

    Greetings, Is there anyway I can choose between multiple queries and have the results come out on the one display table or do I have to have one display table per query? I'm thinking like having a dropdown list bound to queries and the results being

  • App Error 606 ~ Please Help

    Just upgraded to OS 6.0. Deleting unwanted mailboxes > asked to update Email Set Application > did so > BB dies with message...App Error 606, Reset. What to do?

  • Function keys F11 and higher not working as expected

    Since I installed Leopard, my F11 through F15 keys act strange, the rest works OK. I use an external MS Comfort Curve keyboard with v6.2.1 (latest) of the Intellitype keyboard driver. I have switched off all keyboard shortcuts for function keys. I ha

  • Tried to renew lease on lost reference in logs.

              I am using Weblogic 6.1 SP1 with 2 cluster configuration. I am seeing a lot of           "Tried to renew lease on lost reference" msgs in my logs. These msgs seems to           be logged almost every minute.           I would like to know w