Core Function FileEncrypt
From Sputnik Wiki
				
				
				(Difference between revisions)
				
																
				
				
								
				UberFoX  (Talk | contribs)
(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...")
Newer edit →
(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...")
Newer edit →
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");