Welcome to the Xceed Community | Help
Community Search  
More Search Options

How do I open a folder using the SfxExecuteAfter property?

Sort Posts: Previous Next
  •  10-10-2008, 11:46 AM Post no. 28404

    How do I open a folder using the SfxExecuteAfter property?

    To open a folder with the SfxExecuteAfter property (ExecuteAfter for Xceed Zip for .NET), you need to separate the executable name from the folder name with a pipe (|). For example:

    Xceed Zip ActiveX :
    XceedZip1.SfxExecuteAfter = "explorer.exe|d:\test"

    Xceed Zip for .NET and Xceed Zip for .NET Compact Framework
    //sfx is of type XceedSfxPrefix
    sfx.ExecuteAfter.Add( "explorer.exe|d:\\test" );
View as RSS news feed in XML
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.