Core Function FileEncrypt
From Sputnik Wiki
(Difference between revisions)
(Created page with "<pre> FileEncrypt( <file> ) </pre> === Description === Encrypt a file so only the windows account used to encrypt it can decrypt it === Parameters === ==== file ==== File na...") |
|||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
− | Encrypt a file so only the windows account used to encrypt it can decrypt it | + | Encrypt a file so only the windows account used to encrypt it can decrypt it. |
=== Parameters === | === Parameters === |
Revision as of 10:03, 29 November 2011
FileEncrypt( <file> )
Contents |
Description
Encrypt a file so only the windows account used to encrypt it can decrypt it.
Parameters
file
File name.
Return Value
Success: Returns 1
Failure: Returns 0.
Remarks
None.
Example
FileEncrypt("test.exe");