8.83. SysWinEncryptFile (Windows only)
>>-SysWinEncryptFile(filename)---------------------------------><
			Encrypts a given file (Windows 2000 only).
		
			Parameter:
		
- filename
 
						The file to be encrypted.
					
			Return codes:
		
- 0
 
						Encryption was successful.
					
- Other
 - 2
 
						File not found.
					
- 4
 
						Cannot open file.
					
- 5
 
						Access denied.
					
- 82
 
						Cannot encrypt.