EasyByte Software

Welcome to EasyByte Software

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

 

 

DestinationFile Property
 
     

Cryptocx v7 User Guide

 

DestinationFile Property

This is the property that you set for the destination file for Cryptocx to use when any file based encryption or decryption methods are run.

When you encrypt or decrypt a file with Cryptocx, the SourceFile is the file to be encrypted or decrypted. The DestinationFile property is the property that specifies where the resultant file (encrypted or decrypted) is to be placed.

 

Description

Specifies the File to encrypt or decrypt.

     
Syntax

object.DestinationFile [= DestinationFile ]

The syntax of the DestinationFile property has these parts:

 
Part Description
object A Cryptocx v7 control.
DestinationFile A string expression that specifies the file that is the result of the encryption or decryption process

You need to specify the complete path and name of the file:

c:\directory\file.txt

To just specify file.txt is not good enough as it does not specify where it is located (the directory and drive).

       
Default ""   (empty string)
       
Remarks You need to specify the drive letter and the full path of where the file is located and the file name including its extension.
     
Data Type

String

     
Example Sample Visual Basic Code:

Where Cryptocx1 is an instance of a Cryptocx Control.

Cryptocx1.DestinationFile = "C:\MyFile.txt"

 

 

 

 

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