EasyByte Software

Welcome to EasyByte Software

Home Buy Online Products Downloads Support
Sections
Index
About
Installation
Properties
Methods
ASP and dotNET
Further Information
  

 

 

WorkingFolder Property
 
     

Cryptocx v7 User Guide

 

WorkingFolder Property

This is the property that you set for the working folder of the control. This is used when Encrypting strings using the PGP compatible encryption.

 

Description

Specifies the folder to use for any temporary files that may be required by the control.

     
Syntax

object.WorkingFolder [= WorkingFolder ]

The syntax of the WorkingFolder property has these parts:

 
Part Description
object A Cryptocx v7 control.
WorkingFolder A string expression that specifies the folder to use for any temporary files that may be required by the control.

       
Default ""   (empty string)
       
Remarks You need to specify a fully qualified folder name which includes the drive name.

The process that calls Cryptocx must have full read/write access to the specified folder.

     
Data Type

String

     
Example Sample Visual Basic Code to encrypt some text using the PGP compatible facility within Cryptocx.

Where Cryptocx1 is an instance of a Cryptocx Control.

Cryptocx1.WorkingFolder = "C:\"
Cryptocx1.InputText = rtfText2Encrypt.Text
Cryptocx1.PublicKey = txtPubKey.Text

rtfEncryptedText.Text = Cryptocx1.PGPEncryptString

 

 

 

 

Back to Contents Page

 

Click here to set this great site as your home page

Or click here to add it to your Favorites.

  
  
 

Copyright (c) EasyByte Software 1998-2008, info@easybyte.com