'Declaration Public Function IsFileEncrypted( _ ByVal filePath As System.String, _ ByVal strict As System.Boolean _ ) As System.Boolean
'Usage Dim instance As Encryption Dim filePath As System.String Dim strict As System.Boolean Dim value As System.Boolean value = instance.IsFileEncrypted(filePath, strict)
Parameters
- filePath
- The path to the file
- strict
- Set strict equals false for files encrypted prior to version 1.11
Return Value
True if the file is encrypted