EncryptFile

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

EncryptFile


 

Encrypt files.

 


syntax

EncryptFile (

         key,

         sourcefile,

         destfile

         )

 


Parameters

 

key

 

Type:

character

 

Specify the encryption key. You can specify any characters for the key. Please specify characters that cannot be guessed.

 

sourcefile

 

Type:

character

 

The path of the file to encrypt.

 

destfile

 

Type:

character

 

The file name to generate after encryption.

 

Return Value

 

 

Type:

Boolean

 

FALSE - Failure. TRUE - Success.

 


hmtoggle_plus1Explanation

 


Supported


Script Action

Browser script

×

Calculation formula syntax

 

 


reference