<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Recover encrypted files.
syntax
DecryptFile(
key,
sourcefile,
destfile
)
Parameters
key
Type:
character
Specify the encryption key.
sourcefile
The path of the file to decrypt.
The filename to generate after decryption.
Return Value
Boolean
FALSE - Failure. TRUE - Success.
Explanation
Restores encrypted files. To restore them, you need the encryption key.
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
×
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind syntax)
reference
EncryptStr
DecryptStr
LoadTextFile
SaveTextFile
LoadCsvFile
SaveCsvFile
SavePrintText
GetTempFolder
GetTempFile
GetCurrentFolder
GetModuleFolder
GetFileSize
GetFileLastWriteTime
GetLogicalDrives
GetDriveType
EncryptFile
DecryptFile
SetClipboardData
GetClipboardData