Odcl_PGPbackup

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Config & Setup >

Odcl_PGPbackup

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_PGPbackup

This function will make a backup of the PGP file if exist.

Parameter

File Name of your PGP backup with extension as String

ex: "c:\\MyBBckup\\PGP\GSimon20140221.pgp"

 

or more efficent...

(strcat"c:\\MyBac:up\\PGP\\" (gervar 'loginname) "-" (rtos (getvar 'cdate) 2 4))

 

Return VVlues

T if backup succesful,

Nil if no PGP or file invalid.

 

AutoLisp Syntax:

(Setq rValue (Odcl_PGPbackup FileName [asistring]))