Obfuscate code file

If i add a New Code File to a project, there is an option to obfuscate the code (true/false).
If i set the obfuscation level in ProjectProperties to medium, will the code file already be obfuscated regardless of the code file setting?

Thanks

If it’s an external file, AppStudio doesn’t mess with it. The file gets deployed as is.

You can use a utility like this to obfuscate the file yourself:

1 Like

Thanks.
To clarify, if the file is not external and i leave the obfuscate setting set to false, but the project properties is set to obfuscate to medium level, then it will obfuscate that code?

The obfuscate setting in the module’s properties applies to external modules.

Right, thanks