Hello, I need to read the file settings to find out its owner and send an email notification.
I know hot ot do it on C#
string path = "";
string user = System.IO.File.GetAccessControl(path).GetOwner(typeof(System.Security.Principal.NTAccount)).ToString();
Is there a way to find out the owner of a file using ABBYY FlexiCapture?
Thank you in advance for your response.
Comments
1 comment
Stanislav Neifeld Hi,
FlexiCapture 12 has scripting capabilities for various scenarios. C# .Net is one of the supported languages for scripts in FlexiCapture, and you can use .Net assemblies (standard, as well, as custom), so, the way to achieve the described requirement is the same as you described.
Best regards,
Anton
Please sign in to leave a comment.